INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7972b8c6961eb9c8cf1987fcc218f84d683d24948b3b7c367711595e5edeb884', 
    'VNvA9UOiwE4ojgiBt/5GdKPPvtuZ4dIo8tcs4anE6AY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)