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

Query time 0.00232

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "62.14"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_filters",
            "access_type": "ALL",
            "rows_examined_per_scan": 104,
            "rows_produced_per_join": 10,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "22.62",
              "eval_cost": "2.08",
              "prefix_cost": "24.70",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "filter_id",
              "feature_id",
              "position",
              "field_type",
              "status",
              "round_to",
              "display_count",
              "display"
            ],
            "attached_condition": "(`danishecarter_21_apr`.`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_21_apr.cscart_product_filters.filter_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.40",
              "eval_cost": "2.08",
              "prefix_cost": "37.18",
              "data_read_per_join": "7K"
            },
            "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_21_apr.cscart_product_filters.feature_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.40",
              "eval_cost": "2.08",
              "prefix_cost": "49.66",
              "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_21_apr.cscart_product_filters.feature_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.40",
              "eval_cost": "2.08",
              "prefix_cost": "62.14",
              "data_read_per_join": "23K"
            },
            "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
562 326 0.01 Y 10 Ad Online since S checkbox
563 327 0.01 Y 10 Additional Features M checkbox
592 356 0.01 Y 10 Air Bags S checkbox
567 331 0.01 Y 10 Air conditioning S checkbox
628 392 0.01 Y 10 Approved Seats S checkbox
629 393 0.01 Y 10 Axels S checkbox
611 375 0.01 Y 10 Battery capacity N slider
613 377 0.01 Y 10 Battery Manufacturers S checkbox
612 376 0.01 Y 10 Battery Positions S checkbox
18 10 1 Y 10 Brand E checkbox
564 328 0.01 Y 10 Car Extra Features M checkbox
550 314 0.01 Y 10 Categories S checkbox
614 378 0.01 Y 10 Circuit S checkbox
549 313 0.01 Y 10 Color S checkbox
553 317 0.01 Y 10 Construction Year N slider
610 374 0.01 Y 10 Corridors N slider
557 321 0.01 Y 10 Country S checkbox
584 348 0.01 Y 10 Cruise Control S checkbox
574 338 0.01 Y 10 Cubic Capacity N slider
569 333 0.01 Y 10 Cylinder N slider
554 318 0.01 Y 10 Damage Unrepaired S checkbox
585 349 0.01 Y 10 Displacement N slider
586 350 0.01 Y 10 Door Counts S checkbox
583 347 0.01 Y 10 Drive Types S checkbox
639 403 0.01 Y 10 Driving Cabs S checkbox
623 387 0.01 Y 10 Driving Modes S checkbox
603 367 0.01 Y 10 Duration N slider
579 343 0.01 Y 10 Emmission Class S checkbox
571 335 0.01 Y 10 Emmission Stickers S checkbox
582 346 0.01 Y 10 Exterior Colour S checkbox
576 340 0.01 Y 10 First Registration N slider
606 370 0.01 Y 10 Frame Materials S checkbox
607 371 0.01 Y 10 Frame Shapes S checkbox
608 372 0.01 Y 10 Frame Sizes S checkbox
577 341 0.01 Y 10 Fuel consumption (combined) up to S checkbox
570 334 0.01 Y 10 Fuel Tank Volume N slider
573 337 0.01 Y 10 Fuels S checkbox
605 369 0.01 Y 10 Gear Types S checkbox
617 381 0.01 Y 10 Gears N slider
615 379 0.01 Y 10 Gender S checkbox
555 319 0.01 Y 10 General Inspection T
625 389 0.01 Y 10 Heating Types S checkbox
637 401 0.01 Y 10 Height N slider
645 409 0.01 Y 10 Height type S checkbox
588 352 0.01 Y 10 HU at least valid S checkbox
640 404 0.01 Y 10 Hydralic Installation S checkbox
620 384 0.01 Y 10 Installation height N slider
590 354 0.01 Y 10 Interior colors S checkbox
591 355 0.01 Y 10 Interior Material types S checkbox
599 363 0.01 Y 10 Leasing Rate N slider
644 408 0.01 Y 10 Length type S checkbox
634 398 0.01 Y 10 Licensed Weight N slider
618 382 0.01 Y 10 Lifting Capacity N slider
619 383 0.01 Y 10 Lifting Height N slider
621 385 0.01 Y 10 Load capacity N slider
566 330 0.01 Y 10 Makers E checkbox
575 339 0.01 Y 10 Mileage N slider
604 368 0.01 Y 10 Mileage per year N slider
565 329 0.01 Y 10 Models S checkbox
616 380 0.01 Y 10 Motor Position S checkbox
627 391 0.01 Y 10 Number of Beds N slider
633 397 0.01 Y 10 Number of bunks S checkbox
589 353 0.01 Y 10 Number of previous owners N slider
578 342 0.01 Y 10 number of seats N slider
561 325 0.01 Y 10 Offer details additional variants M checkbox
602 366 0.01 Y 10 Online purchase C checkbox
601 365 0.01 Y 10 Only Electric C checkbox
568 332 0.01 Y 10 Operating Hours N slider
596 360 0.01 Y 10 Parking assistants M checkbox
632 396 0.01 Y 10 Payload N slider
600 364 0.01 Y 10 Payment type S checkbox
630 394 0.01 Y 10 Permissible weight N slider
642 406 0.01 Y 10 Permissible weight N slider
572 336 0.01 Y 10 Power N slider
0 1 P 1 Y 10 Price
551 315 0.01 Y 10 Price Types S checkbox
560 324 0.01 Y 10 Providers S checkbox
556 320 0.01 Y 10 Schwacke Code T
622 386 0.01 Y 10 Seat height N slider
626 390 0.01 Y 10 Seating Groups S checkbox
548 312 0.01 Y 10 Size S checkbox
587 351 0.01 Y 10 Sliding doors S checkbox
638 402 0.01 Y 10 Standing Height N slider
595 359 0.01 Y 10 Support load S checkbox
624 388 0.01 Y 10 Throttle C checkbox
580 344 0.01 Y 10 Trailer coupling type S checkbox
646 410 0.01 Y 10 Trailer coupling type S checkbox
597 361 0.01 Y 10 Trailer hitch S checkbox
593 357 0.01 Y 10 Trailer load braked from S checkbox
594 358 0.01 Y 10 Trailer load unbraked from S checkbox
581 345 0.01 Y 10 Transmission S checkbox
631 395 0.01 Y 10 Types of bed S checkbox
558 322 0.01 Y 10 Usage Types S checkbox
598 362 0.01 Y 10 Used car seals S checkbox
552 316 0.01 Y 10 Vehicle condition S checkbox
635 399 0.01 Y 10 Vehicle Length N slider
559 323 0.01 Y 10 Weight N slider
641 405 0.01 Y 10 Wheel formulas S checkbox
609 373 0.01 Y 10 Wheel sizes S checkbox
643 407 0.01 Y 10 Wheelbases S checkbox
636 400 0.01 Y 10 Width N slider
15 7 1 Y 10 Operating System S checkbox
16 8 1 Y 10 Display S checkbox
17 9 1 Y 10 Storage Capacity S checkbox