INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7505e7e9d67004a09374e5ee26ebfd0f9f8e17815eb5472564f20c4254396fcb', 
    'XElVOpts4Z30ZDhDs/DY7WG2hQormSzHCZ0wt8F4mWw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)