SELECT 
  filter_id, 
  feature_id 
FROM 
  cscart_product_filters 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = cscart_product_filters.filter_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_filters'
  ) 
WHERE 
  status = 'A'

Query time 0.00004

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.79"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_filters",
          "access_type": "ALL",
          "possible_keys": [
            "PRIMARY"
          ],
          "rows_examined_per_scan": 26,
          "rows_produced_per_join": 2,
          "filtered": "10.00",
          "cost_info": {
            "read_cost": "7.15",
            "eval_cost": "0.52",
            "prefix_cost": "7.67",
            "data_read_per_join": "312"
          },
          "used_columns": [
            "filter_id",
            "feature_id",
            "status"
          ],
          "attached_condition": "(`44mm_ru`.`cscart_product_filters`.`status` = 'A')"
        }
      },
      {
        "table": {
          "table_name": "cscart_ult_objects_sharing",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "share_object_id",
            "share_company_id",
            "share_object_type"
          ],
          "key_length": "159",
          "ref": [
            "44mm_ru.cscart_product_filters.filter_id",
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 2,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "2.60",
            "eval_cost": "0.52",
            "prefix_cost": "10.79",
            "data_read_per_join": "416"
          },
          "used_columns": [
            "share_company_id",
            "share_object_id",
            "share_object_type"
          ],
          "attached_condition": "(`44mm_ru`.`cscart_ult_objects_sharing`.`share_object_id` = `44mm_ru`.`cscart_product_filters`.`filter_id`)"
        }
      }
    ]
  }
}

Result

filter_id feature_id
1 0
315 563
8 16
314 36
10 18
316 566
317 565
318 29
319 567
320 44
321 582
322 588
323 756
324 602
326 749
327 757
330 782
331 781
332 788
333 586
334 787
335 789
336 790
337 585
338 792