INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c2e462c48b63ed0f14d177178d54a21f812682243c9cb7789d7a9a308e709c11', 
    'OpGRkyx2Dbdq6NIKwL7CU8B+xsa5GVVso34Jerl2hyg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)