INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ab0c7b0fcfaabe4b17a941e95ef6f6694c08b11e50f8c2d1a153b6262da92ae0', 
    'irN2ClRWkTcu0yogIy8C8Luux1+eN3ObPHyOGC6WDmg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)