INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9081c6ecbae1bdf4d22b5862dfc5bdebc9ce725f44cc1991e561716036bad801', 
    'IhYVFhJu/1jqhLLfjpu61WfO4uGDMJ3tK2b7k8KhrbI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)