INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ad7290596cfc33e0e0952b3336f0217c35459e233394bcd2de12844bd0e5e241', 
    'P8/VW/sIhv7ZOtBQH37h/YtSbnFhls3xYtSosZGeq+Q=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)