SELECT 
  * 
FROM 
  `cscart_category_vendor_product_count` 
WHERE 
  `company_id` = 740

Query time 0.00034

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.71"
    },
    "table": {
      "table_name": "cscart_category_vendor_product_count",
      "access_type": "ref",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "company_id"
      ],
      "key_length": "4",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.51",
        "eval_cost": "1.20",
        "prefix_cost": "1.71",
        "data_read_per_join": "192"
      },
      "used_columns": [
        "company_id",
        "category_id",
        "product_count"
      ]
    }
  }
}

Result

company_id category_id product_count
740 569 5
740 572 1
740 575 2
740 606 1
740 607 3
740 659 1
740 663 1
740 702 1
740 705 1
740 708 1
740 733 1
740 742 1