INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '93c91e1ad6e918a1cdcb0b5d7d7f0d6394046fe7e6272848b794ebc9ea90fe21', 
    'b3xtGO4K3fE7Y1/4h3mEwczM8Pirgg+qDTsnXqifLH8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)