UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 39, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 117 
WHERE 
  product_id IN (
    11888, 11889, 11890, 11891, 11892, 11893, 
    11894, 11895, 11896, 11897, 11898, 
    11899, 11900, 11901, 11902, 11903, 
    11904, 11905, 11906, 11907, 11908
  )

Query time 0.00039