INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'acb64a6fda92d3185937e9216eb9e209cb8b67d9ed87a5d455c42ef0d3cd0bce', 
    'q2ub+7y63My/19ew+6GUksvrHc6xskAi1I4u1xT9V88=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)