INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '273d0d2d3149df75760731f21a82d548d56709f816ffc085dc393e0ab5173e32', 
    'qAl7Q1a9cDUYmaJR+StARAs74lDDK5XZeLIPeF/sgEM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00056

Result

int(1)