INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '74036a9963617d85976a9cd7ae650f8d466322852078e5f95388be342500d28d', 
    'K1rwx0xhBedJltN74ExpL7k+hSjOkpNJ0Y7G/rrI6ZE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)