INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2abbfef4768e4145e7dec7a5328fd3f31c4c5e1bdb18d2c28140aa73a688611e', 
    '7EIfJSsEjmH3YS7E8z6albcOjH+EwT9VxB3ReAJ/Vss=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)