INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9c99266bb9d30b186079ff5992f16c4a724d1a426ad48a288c65f2e98e174368', 
    'cvH3a12DRsUsl/aaAcsZBhb65r/ZBFWC15qKHpj4IGY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)