INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd2ed18b9d3dee79e5b817c7e20a1246a995920e619ea0f68ed74f9e6743bd05f', 
    'WGBfGCMvxT/8cPWTLKgj7MZ+9memUu0jhl3aZNSC8Es=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)