INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '144ba41c12e6eacbdac816276970e2df78e3fd6b6c0ce31f011810c574008e94', 
    '6XS1reL4CWO9z0TG8Foi1UNLVYbHtcPbee2cAhubRwA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)