INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2efdf706208bf68b17125e5fcd440f3fda06570899cd3efe3c5b15e0d2034832', 
    '/2C5otMhgH9gU7Z+xiZyefrltfNmzzjYiF9FL4wqFoo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)