INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '125cef4a83b1bdf99a4e69c82c8527214bf40a7fdae24ae438d8d82081c8f024', 
    'e/L8+QgLLe60GtEOBvtUt6TUDJuBaTNyxAylFXWNIsE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)