INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4ec5d9770f3876984565d221fdca516fc805883799b723d67272f79ea047c791', 
    'ig+SjVBmiWV0EA3hda2/n/d3XAiN2WPFa/40JsPdpXA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)