SELECT 
  * 
FROM 
  cscart_product_popularity 
WHERE 
  product_id = 18846

Query time 0.00050

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_popularity",
          "access_type": "const",
          "possible_keys": ["PRIMARY", "total"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

product_id viewed added deleted bought total
18846 5373 3 0 0 16134