SELECT 
  cscart_product_filters.feature_id, 
  cscart_product_filters.filter_id, 
  cscart_product_filters.field_type, 
  cscart_product_filters.round_to, 
  cscart_product_filters.abt__ut2_display_desktop as 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 
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(
      1006, cscart_product_filters.categories_path
    )
  ) 
ORDER BY 
  cscart_product_filters.position, 
  cscart_product_filter_descriptions.filter

Query time 0.00096

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.17"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_filters",
            "access_type": "ALL",
            "rows_examined_per_scan": 6,
            "rows_produced_per_join": 1,
            "filtered": "16.67",
            "cost_info": {
              "read_cost": "1.02",
              "eval_cost": "0.10",
              "prefix_cost": "1.12",
              "data_read_per_join": "72"
            },
            "used_columns": [
              "filter_id",
              "categories_path",
              "feature_id",
              "position",
              "field_type",
              "status",
              "round_to",
              "display_count",
              "abt__ut2_display_desktop"
            ],
            "attached_condition": "((`s2cart`.`cscart_product_filters`.`status` = 'A') and ((`s2cart`.`cscart_product_filters`.`categories_path` = '') or (0 <> find_in_set(1006,`s2cart`.`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": [
              "s2cart.cscart_product_filters.filter_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.25",
              "eval_cost": "0.10",
              "prefix_cost": "1.47",
              "data_read_per_join": "784"
            },
            "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": [
              "s2cart.cscart_product_filters.feature_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.25",
              "eval_cost": "0.10",
              "prefix_cost": "1.82",
              "data_read_per_join": "440"
            },
            "used_columns": [
              "feature_id",
              "feature_type",
              "filter_style"
            ]
          }
        },
        {
          "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": [
              "s2cart.cscart_product_filters.feature_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.25",
              "eval_cost": "0.10",
              "prefix_cost": "2.17",
              "data_read_per_join": "2K"
            },
            "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
2973 28 0.01 Y 15 Brands E checkbox
0 8 P 1 Y 10 Price