INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'da617d199262033e14f8a0f733ef660e4eee792d72dd41a5bd269571ad385c12', 
    '3qZNRR2lSDYalX1NPdVIXmAvysmEikEWtJ/m/VnHKE4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)