INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '87ce971561e9ea5552e3a1026b529a1b92f1e1bfce4828904168b8f5f1c34733', 
    'sYi+IlgTpBM6tJ9fZbUx0W6GQyCVTLpPCF0peMbdOu8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00014

Result

int(1)