INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cdfc0592882a7364226e323435a1335fedad326cca094b5246af3e88330f84c4', 
    '2HVdXAy/8n2+d+AFs1R3REstu4D6RSSvdEfkv2UwVGU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)