INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3654ed13877914f37768114bd3abdb9fe05e44eaef8e18b16792203be3191531', 
    'NWwgrwtTxjYehnnyVTfqFeY59RV5hSF0HSEKXrPGUUQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)