INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f19cb1f6eb8e347614a3f767cd16789963079e046efffdc66e2c3b96e5d9c90d', 
    'JEnRfcZlGH9unz+IfWX5+89lvoB+OpGHNGCWOR9sceQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)