INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e8516176a9f04e3cbd3452bee387fbc32e39ef7d75e2a1b209aae9fcd2fb1e00', 
    '6n0iN69ZjtduV9+BJiAM0oFHTWbkSnMJ90yL4rA6acI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)