INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4b0e5ade9d43f92462cd69d0297253c87687478f310fec54be72929feaa6455d', 
    'G++8kR5L8/dEp0GRSfYq5wCSPZqBtyUBs+vOgkV9Kq8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)