INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '65b8fa08c05328dac4088c17f6d3e2c7a89041ef881bf78252add9c7ef64de2e', 
    'vOJx5LubF64q0H0qZSlx//ruHRcfBmgYhmeZ0rpVWt8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00087

Result

int(1)