INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '71d2a6d140f6ba2e76beed51238434730b9f5894b0f59c1ed98202eae92f8fe4', 
    '9dQ8Nfk+VIxej/ggJVOcGkO+/+g6wTnajL1GZ01tiRA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)