SELECT 
  cscart_product_filters.feature_id, 
  cscart_product_filters.filter_id, 
  cscart_product_filters.field_type, 
  cscart_product_filters.round_to, 
  cscart_product_filters.display, 
  cscart_product_filters.display_count, 
  cscart_product_filter_descriptions.filter, 
  cscart_product_features.feature_type, 
  cscart_product_features.filter_style, 
  cscart_product_features_descriptions.prefix, 
  cscart_product_features_descriptions.suffix, 
  cscart_product_filters.mdc_code 
FROM 
  cscart_product_filters 
  LEFT JOIN cscart_product_filter_descriptions ON cscart_product_filter_descriptions.filter_id = cscart_product_filters.filter_id 
  AND cscart_product_filter_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_product_features ON cscart_product_features.feature_id = cscart_product_filters.feature_id 
  LEFT JOIN cscart_product_features_descriptions ON cscart_product_features_descriptions.feature_id = cscart_product_filters.feature_id 
  AND cscart_product_features_descriptions.lang_code = 'en' 
WHERE 
  cscart_product_filters.status = 'A' 
  AND (
    cscart_product_filters.categories_path = '' 
    OR FIND_IN_SET(
      341, cscart_product_filters.categories_path
    )
  ) 
ORDER BY 
  cscart_product_filters.position, 
  cscart_product_filter_descriptions.filter

Query time 0.00262

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "63.92"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_filters",
            "access_type": "ALL",
            "rows_examined_per_scan": 107,
            "rows_produced_per_join": 10,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "23.26",
              "eval_cost": "2.14",
              "prefix_cost": "25.40",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "filter_id",
              "categories_path",
              "feature_id",
              "position",
              "field_type",
              "status",
              "round_to",
              "display_count",
              "display",
              "mdc_code"
            ],
            "attached_condition": "((`danishecarter_25_march`.`cscart_product_filters`.`status` = 'A') and ((`danishecarter_25_march`.`cscart_product_filters`.`categories_path` = '') or find_in_set(341,`danishecarter_25_march`.`cscart_product_filters`.`categories_path`)))"
          }
        },
        {
          "table": {
            "table_name": "cscart_product_filter_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "filter_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "danishecarter_25_march.cscart_product_filters.filter_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.70",
              "eval_cost": "2.14",
              "prefix_cost": "38.24",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "filter_id",
              "lang_code",
              "filter"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_product_features",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "feature_id"
            ],
            "key_length": "3",
            "ref": [
              "danishecarter_25_march.cscart_product_filters.feature_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.70",
              "eval_cost": "2.14",
              "prefix_cost": "51.08",
              "data_read_per_join": "12K"
            },
            "used_columns": [
              "feature_id",
              "filter_style",
              "feature_type"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_product_features_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "feature_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "danishecarter_25_march.cscart_product_filters.feature_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.70",
              "eval_cost": "2.14",
              "prefix_cost": "63.92",
              "data_read_per_join": "24K"
            },
            "used_columns": [
              "feature_id",
              "prefix",
              "suffix",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

feature_id filter_id field_type round_to display display_count filter feature_type filter_style prefix suffix mdc_code
1055 608 0.01 Y 10 Ad Online since S checkbox mdc_ad_online_since
1151 704 0.01 Y 10 Additional Features M checkbox mdc_additional_features
18 10 1 Y 10 Brand E checkbox
1041 594 0.01 Y 10 Categories S checkbox mdc_categories
549 313 0.01 Y 10 Color S checkbox
1046 599 0.01 Y 10 Construction Year N slider mdc_construction_year
1047 600 0.01 Y 10 Damage Unrepaired S checkbox mdc_damageunrepaired
0 336 R 0.01 Y 10 Dealer Ratings
45 370 0.01 Y 10 Exterior Body Color S checkbox
1044 597 0.01 Y 10 Fuels S checkbox mdc_fuels
1069 622 0.01 Y 10 Gearboxes S checkbox mdc_gearboxes
1048 601 0.01 Y 10 General Inspection T mdc_general_inspection
1100 653 0.01 Y 10 Installation height N slider mdc_installationHeight
1137 690 0.01 Y 10 is checkbox C checkbox
1098 651 0.01 Y 10 Lifting Capacity N slider mdc_lifting_capacity
1099 652 0.01 Y 10 Lifting Height N slider mdc_lifting_height
1101 654 0.01 Y 10 Load capacity N slider mdc_load_capacity
1056 609 0.01 Y 10 Makers E checkbox mdc_makers
1052 605 0.01 Y 10 MDC Weight N slider mdc_weight
1054 607 0.01 Y 10 Offer details additional variants M checkbox mdc_offer_details_additional
1058 611 0.01 Y 10 Operating Hours N slider mdc_operating_hours
0 1 P 1 Y 10 Price mdc_price
1043 596 0.01 Y 10 Price Types S checkbox mdc_pricetypes
1053 606 0.01 Y 10 Providers S checkbox mdc_providers
1049 602 0.01 Y 10 Schwacke Code T mdc_schwackeCode
548 312 0.01 Y 10 Size S checkbox
1068 621 0.01 Y 10 Trailer coupling type S checkbox mdc_trailercouplingtypes
1051 604 0.01 Y 10 Usage Types S checkbox mdc_usagetypes
1045 598 0.01 Y 10 Vehicle condition S checkbox mdc_conditions
1050 603 0.01 Y 10 Country S checkbox mdc_countryversion