INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '96500706fdde5427b169cd4fb62fab471ebe742967973b799312e0fee75dc42e', 
    'f1WMghFxlI7+NlGt7vxRQ87RYdVIWt4ouj1C1OQPtl8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)