SELECT 
  id_path 
FROM 
  cscart_categories c 
  JOIN cscart_category_vendor_product_count p USING(category_id) 
WHERE 
  p.company_id = 3

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "55.20"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "p",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "company_id"
          ],
          "key_length": "4",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 38,
          "rows_produced_per_join": 38,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "2.00",
            "eval_cost": "7.60",
            "prefix_cost": "9.60",
            "data_read_per_join": "608"
          },
          "used_columns": [
            "company_id",
            "category_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "c",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "p_category_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "category_id"
          ],
          "key_length": "3",
          "ref": [
            "danishecarter_25_march.p.category_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 38,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "38.00",
            "eval_cost": "7.60",
            "prefix_cost": "55.20",
            "data_read_per_join": "127K"
          },
          "used_columns": [
            "category_id",
            "id_path"
          ]
        }
      }
    ]
  }
}

Result

id_path
335/336
335/337
335/338
335/339
335/340
335/341
335/342
335/343
335/344
335/345
335/346
335/347
335/348