INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9b7b96422292a0d10b00db3f3ab5bc77ab5592f4e37345b14dbdf549497f8f90', 
    '1tCJwCd6bGArhs7uRGYGhuY7hvsYXVh0hM9XDQ2SQxQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)