INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '418906c89dcee4731ff94c18afc7e26d6d4c1385570b75fc879e8b946f2a8548', 
    'IhB8euvU2Si3XEBE8sSdjOtaY73P3RmAKXxc5AJuuxg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)