INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a42df58e3181df9169265862f6da3d9cb69b40f90186ca7a491ce1b94b669e4e', 
    'xnP/HFjH09NbPIaRzuMR2XAxiSPlUgxb8UP1VMXu5rg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)