INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ebb2a91f4951c12c741a3e34760124c9cc93af7b141bd969e5e9f2873f046c8b', 
    '8dRojCuG6DdDolPjL+/c6ouO0JFSIfSEZb0U019Uf3c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)