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 
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(
      523, cscart_product_filters.categories_path
    )
  ) 
ORDER BY 
  cscart_product_filters.position, 
  cscart_product_filter_descriptions.filter

Query time 0.00400

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.19"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_filters",
            "access_type": "ALL",
            "rows_examined_per_scan": 42,
            "rows_produced_per_join": 4,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "4.36",
              "eval_cost": "0.42",
              "prefix_cost": "4.78",
              "data_read_per_join": "268"
            },
            "used_columns": [
              "filter_id",
              "categories_path",
              "feature_id",
              "position",
              "field_type",
              "status",
              "round_to",
              "display_count",
              "display"
            ],
            "attached_condition": "((`dev_yourmart_co_bw`.`cscart_product_filters`.`status` = 'A') and ((`dev_yourmart_co_bw`.`cscart_product_filters`.`categories_path` = '') or (0 <> find_in_set(523,`dev_yourmart_co_bw`.`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": [
              "dev_yourmart_co_bw.cscart_product_filters.filter_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.05",
              "eval_cost": "0.42",
              "prefix_cost": "6.25",
              "data_read_per_join": "3K"
            },
            "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": [
              "dev_yourmart_co_bw.cscart_product_filters.feature_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.05",
              "eval_cost": "0.42",
              "prefix_cost": "7.72",
              "data_read_per_join": "1K"
            },
            "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": [
              "dev_yourmart_co_bw.cscart_product_filters.feature_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.05",
              "eval_cost": "0.42",
              "prefix_cost": "9.19",
              "data_read_per_join": "9K"
            },
            "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
558 317 0.01 Y 10 Clothing Size S checkbox
0 318 S 0.01 Y 10 Vendor
0 316 A 0.01 Y 10 In Stock
563 315 0.01 Y 50 Brand Filter E checkbox
0 1 P 1 Y 10 Price
552 314 0.01 N 50 Size S checkbox
0 319 F 0.01 N 10 Free Shipping
603 320 0.01 Y 10 Bubble Bath Scent S checkbox
599 321 0.01 N 10 Christmas Decor Color S checkbox
565 322 0.01 Y 10 Home Appliance - Dimension S checkbox
566 323 0.01 Y 10 Home Appliance - Volume S checkbox
598 324 0.01 Y 10 Left or Right S checkbox
602 325 0.01 Y 10 Liter S checkbox
596 326 0.01 Y 10 Payment Type S checkbox
582 327 0.01 Y 10 Variation A-Z S checkbox
572 328 0.01 Y 10 Volume S checkbox
568 329 0.01 Y 10 Beverage Pack Size S checkbox
589 330 0.01 Y 10 Drink Flavors S checkbox
590 331 0.01 Y 10 Lines S checkbox
561 332 0.01 Y 10 building Materials - Gumpole Size S checkbox
562 333 0.01 Y 10 building Materials - Treatments S checkbox
581 334 0.01 Y 10 Power rating S checkbox
595 335 0.01 Y 10 Clothing Show Shize S checkbox
597 336 0.01 Y 10 Helmet Size S checkbox
551 337 0.01 Y 10 Colors S checkbox
576 338 0.01 Y 10 Celluar S checkbox
575 339 0.01 Y 10 CPU Size S checkbox
564 340 0.01 Y 10 Electronics - TV Size (inch) S checkbox
574 341 0.01 Y 10 Hard drive Space S checkbox
577 342 0.01 Y 10 POPL S checkbox
594 343 0.01 Y 10 Power rating (Watts) S checkbox
570 344 0.01 Y 10 Food Flavours S checkbox
583 345 0.01 Y 10 Food - Weight g S checkbox
567 346 0.01 Y 10 Food - Weight Kg S checkbox
591 347 0.01 Y 10 Bed S checkbox
593 348 0.01 Y 10 Bed Size S checkbox
588 349 0.01 Y 10 Gender S checkbox
580 350 0.01 Y 10 Home Decor Size S checkbox
578 351 0.01 Y 10 Patterns S checkbox
600 352 0.01 Y 10 Decor Size S checkbox
586 353 0.01 Y 10 Canvas Sizes S checkbox
584 354 0.01 Y 10 Picture Frame Size S checkbox