INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8941481e84a5ce22d3ff803f27fdcf5b23e13e5360f0e116c04d59072bfbad93', 
    'CUL4IerBbzIMidP4K6/zZ/p3alhZUt7DthSIK9LhNU4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)