SELECT 
  product_id 
FROM 
  cscart_product_popularity 
WHERE 
  product_id IN (
    32726, 32727, 32728, 32729, 32730, 32731, 
    32732, 32733, 32734, 32735, 32736
  )

Query time 0.00194

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_popularity",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "total"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "rows": 11,
          "filtered": 100,
          "attached_condition": "cscart_product_popularity.product_id in (32726,32727,32728,32729,32730,32731,32732,32733,32734,32735,32736)",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id
32726
32727
32728
32729
32730
32731
32732
32733
32734
32735
32736