INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cc7b720fe149b829fe88e1301154c1a0df3fcf59216f252be7bb2cb0317cf661', 
    'ecqAhJSGwddL3tvrPWPoyKIWZ80r2rbhLL+phLa43xs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)