INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9e97ad0b035e9fbbfd0f4eb46bf45276ce16047afc99c6f2a513b5e02ad96e87', 
    'ox3PUmlKNA8V8XLnGQH9jco5tPT0hwJLjcUNEB3L38g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)