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' 
ORDER BY 
  cscart_product_filters.position, 
  cscart_product_filter_descriptions.filter

Query time 0.00183

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",
              "feature_id",
              "position",
              "field_type",
              "status",
              "round_to",
              "display_count",
              "display",
              "mdc_code"
            ],
            "attached_condition": "(`danishecarter_25_march`.`cscart_product_filters`.`status` = 'A')"
          }
        },
        {
          "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
1080 633 0.01 Y 10 Air Bags S checkbox mdc_airbags
1106 659 0.01 Y 10 Approved Seats S checkbox mdc_approved_seats
1107 660 0.01 Y 10 Axels S checkbox mdc_axels
1092 645 0.01 Y 10 Battery capacity N slider mdc_battery_capacity
1094 647 0.01 Y 10 Battery Manufacturers S checkbox mdc_batterymanufacturers
1093 646 0.01 Y 10 Battery Positions S checkbox mdc_batterypositions
18 10 1 Y 10 Brand E checkbox
1152 705 0.01 Y 10 Car Extra Features M checkbox mdc_car_extra_features
1041 594 0.01 Y 10 Categories S checkbox mdc_categories
1096 649 0.01 Y 10 Circuit S checkbox mdc_circuit
1057 610 0.01 Y 10 Climatisations S checkbox mdc_climatisations
549 313 0.01 Y 10 Color S checkbox
1046 599 0.01 Y 10 Construction Year N slider mdc_construction_year
1091 644 0.01 Y 10 Corridors N slider mdc_corridors
1072 625 0.01 Y 10 Cruise Control S checkbox mdc_speedcontrols
1059 612 0.01 Y 10 Cylinder N slider mdc_cylinder
1047 600 0.01 Y 10 Damage Unrepaired S checkbox mdc_damageunrepaired
0 336 R 0.01 Y 10 Dealer Ratings
1073 626 0.01 Y 10 Displacement N slider mdc_displacement
1074 627 0.01 Y 10 Door Counts S checkbox mdc_doorcounts
1113 666 0.01 Y 10 Driving Cabs S checkbox mdc_drivingcabs
1146 699 0.01 Y 10 Driving Modes S checkbox mdc_drivingmodes
1067 620 0.01 Y 10 Emmission Class S checkbox mdc_emissionclasses
1061 614 0.01 Y 10 Emmission Stickers S checkbox mdc_emissionstickers
45 370 0.01 Y 10 Exterior Body Color S checkbox
1087 640 0.01 Y 10 Frame Materials S checkbox mdc_framematerials
1088 641 0.01 Y 10 Frame Shapes S checkbox mdc_frameshapes
1089 642 0.01 Y 10 Frame Sizes S checkbox mdc_framesizes
1044 597 0.01 Y 10 Fuels S checkbox mdc_fuels
1144 697 0.01 Y 10 Gear Types S checkbox mdc_bikegeartypes
1069 622 0.01 Y 10 Gearboxes S checkbox mdc_gearboxes
1143 696 0.01 Y 10 Gears N slider mdc_num_of_gears
1097 650 0.01 Y 10 Gender S checkbox mdc_gender
1145 698 0.01 Y 10 Gender S checkbox mdc_bikesuitablefor
1048 601 0.01 Y 10 General Inspection T mdc_general_inspection
1103 656 0.01 Y 10 Heating Types S checkbox mdc_heatingtypes
1155 708 0.01 Y 10 Height N slider mdc_height
1119 672 0.01 Y 10 Height type S checkbox mdc_height_type
1076 629 0.01 Y 10 HU at least valid S checkbox mdc_hu_atleast_valid
1114 667 0.01 Y 10 Hydralic Installation S checkbox mdc_hydraulicinstallations
1100 653 0.01 Y 10 Installation height N slider mdc_installationHeight
1078 631 0.01 Y 10 Interior colors S checkbox mdc_interiorcolors
1079 632 0.01 Y 10 Interior Material types S checkbox mdc_interiortypes
1137 690 0.01 Y 10 is checkbox C checkbox
1118 671 0.01 Y 10 Length type S checkbox mdc_length_type
1112 665 0.01 Y 10 Licensed Weight T mdc_licensedweight
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
1070 623 0.01 Y 10 Mobilede Colors S checkbox mdc_colors
1042 595 0.01 Y 10 Models S checkbox mdc_models
1142 695 0.01 Y 10 Motor Position S checkbox mdc_motorpositions
1105 658 0.01 Y 10 Number of Beds N slider mdc_no_of_beds
1111 664 0.01 Y 10 Number of bunks S checkbox mdc_num_of_bunks
1077 630 0.01 Y 10 Number of previous owners N slider mdc_numberOfPreviousOwners
1066 619 0.01 Y 10 number of seats N slider mdc_no_of_seats
1054 607 0.01 Y 10 Offer details additional variants M checkbox mdc_offer_details_additional
1139 692 0.01 Y 10 Online purchase C checkbox mdc_online_purchase
1138 691 0.01 Y 10 Only Electric C checkbox mdc_only_electric
1058 611 0.01 Y 10 Operating Hours N slider mdc_operating_hours
1084 637 0.01 Y 10 Parking assistants M checkbox mdc_parkingassistants
1110 663 0.01 Y 10 Payload N slider mdc_payload
1116 669 0.01 Y 10 Permissible weight N slider mdc_mdc_pw
1108 661 0.01 Y 10 Permissible weight N slider mdc_pw
1062 615 0.01 Y 10 Power N slider mdc_power
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
1102 655 0.01 Y 10 Seat height N slider mdc_seat_height
1104 657 0.01 Y 10 Seating Groups S checkbox mdc_seating_groups
548 312 0.01 Y 10 Size S checkbox
1075 628 0.01 Y 10 Sliding doors S checkbox mdc_slidingdoortypes
1156 709 0.01 Y 10 Standing Height N slider mdc_standing_height
1083 636 0.01 Y 10 Support load S checkbox mdc_support_load
1060 613 0.01 Y 10 Tank Size N slider mdc_tank_size
1147 700 0.01 Y 10 Throttle C checkbox mdc_throttle
1120 673 0.01 Y 10 Trailer coupling type S checkbox mdc_trailerCouplingType
1068 621 0.01 Y 10 Trailer coupling type S checkbox mdc_trailercouplingtypes
1085 638 0.01 Y 10 Trailer hitch S checkbox mdc_trailer_hitch
1081 634 0.01 Y 10 Trailer load braked from S checkbox mdc_tlb_from
1082 635 0.01 Y 10 Trailer load unbraked from S checkbox mdc_tlub_from
1109 662 0.01 Y 10 Types of bed S checkbox mdc_types_of_bed
1051 604 0.01 Y 10 Usage Types S checkbox mdc_usagetypes
1086 639 0.01 Y 10 Used car seals S checkbox mdc_usedcarseals
1045 598 0.01 Y 10 Vehicle condition S checkbox mdc_conditions
1153 706 0.01 Y 10 Vehicle Length N slider mdc_vehicle_length
1115 668 0.01 Y 10 Wheel formulas S checkbox mdc_wheelformulas
1090 643 0.01 Y 10 Wheel sizes S checkbox mdc_wheelsizes
1117 670 0.01 Y 10 Wheelbases S checkbox mdc_wheelbases
1154 707 0.01 Y 10 Width N slider mdc_width
15 7 1 Y 10 Operating System S checkbox
16 8 1 Y 10 Display S checkbox
1136 689 0.01 Y 10 Payment type S checkbox mdc_payment_type
1064 617 0.01 Y 10 First Registration N slider mdc_firstRegistration
17 9 1 Y 10 Storage Capacity S checkbox
1071 624 0.01 Y 10 Drive Types S checkbox mdc_drivetypes
1063 616 0.01 Y 10 Mileage N slider mdc_mileage
1135 688 0.01 Y 10 Leasing Rate N slider mdc_leasing_rate
1140 693 0.01 Y 10 Duration N slider mdc_duration
1141 694 0.01 Y 10 Mileage per year N slider mdc_mileage_per_year
1050 603 0.01 Y 10 Country S checkbox mdc_countryversion
1065 618 0.01 Y 10 Fuel consumption (combined) up to S checkbox mdc_fuel_consumption_unit