INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a5b0a6fc1df2c7ecffefac9e9ec46b95972db1ed4eabd95d189947823ea8f9c4', 
    'CpBCv9B4HKM+GXiOmnFrEOx6OU2NSwxaRSGGOJNY7MM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)