INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd449926f24c08b6ef2938869d21e74c853f40955f0b47df9a6514e2ada4728aa', 
    'Wvedl2ltPzuWn+xUU25AjRgB+cnC12wbJbiktgxeOpw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)