INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'eb906d2865248e372e5f80f0092277c6495ee62ad9ca592c519cb776eb27e626', 
    'ALsWG0EKGVd/YOEBZrh+DwXQSZsQBUkEr06PjrVOEPM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)