INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4d920543a1d931e53e4ffc24ca8f62de93ea6bdd7a96097672c867bf82126477', 
    'hgZ77v1Bh2VtN2EPGyCUul3OOxgjH5kDegPvyxX5vM4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)