INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fe10b91a0cdcaea56f623b7ebc317c13f4de26a11306ffdf7644e7d9f9b229cf', 
    '0fml5xp3CGy0PYa6Ex6eeLF2s3IdlwuqEREX8Xbr+Tc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)