INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5e116b7e08301c7a54fe72c7ca47f7247895f929b2323a6c8dfe693b4afd4f5e', 
    'n38F/fcqX4CXu7nKl0RhycCyTRJTStoS+Neu5dsN8Ko=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)