INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cd864e1740165063c298967fc2c8d4795c5fd36f074e6c86a78d18d6d0f1f381', 
    '4JY5h6vXzIhG6lVxlP5ibjsRt387W4p3IsoLsOR6b4o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)