INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9d1053b8eaf7d69d46cdafca05d3f6afc224a2bf71c1b382bbe2961e0d81956e', 
    'tVkaGobqFgMHUOLepNxOb3JpBlD47/Dtebz/LmJhcnw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)