INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '779e843dcbd29bc47b2053909e0d53553a6a757ae9f42cd41ea31bf0216e3117', 
    '7RgZtpxp7Vw5Ch9tSh+/rM8OlJbjA9NuHw4g0/5IQcY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)