SELECT sd.param_id, sd.param, jmj_static_data_descriptions.descr, sd.param_2, sd.param_3, sd.param_4, sd.param_5, sd.param_6, sd.status, sd.position, sd.parent_id, sd.id_path, sd.class, jmj_static_data_descriptions.ab__fn_label_show, jmj_static_data_descriptions.ab__fn_label_text, sd.ab__fn_label_color, sd.ab__fn_menu_status, sd.ab__fn_label_background, sd.ab__fn_use_origin_image, sd.abt__ut2_mwi__status, jmj_static_data_descriptions.abt__ut2_mwi__label, sd.abt__ut2_mwi__label_color, sd.abt__ut2_mwi__label_background, jmj_static_data_descriptions.abt__ut2_mwi__desc, jmj_static_data_descriptions.abt__ut2_mwi__text, sd.abt__ut2_mwi__text_position, sd.abt__ut2_mwi__dropdown FROM jmj_static_data AS sd LEFT JOIN jmj_static_data_descriptions ON sd.param_id = jmj_static_data_descriptions.param_id AND jmj_static_data_descriptions.lang_code = 'en' WHERE sd.section = 'A'  AND sd.status = 'A' AND sd.param_5 = '1' ORDER BY sd.position

Query is invalid

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.90"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "sd",
            "access_type": "ref",
            "possible_keys": [
              "section"
            ],
            "key": "section",
            "used_key_parts": [
              "section",
              "status"
            ],
            "key_length": "6",
            "ref": [
              "const",
              "const"
            ],
            "rows_examined_per_scan": 15,
            "rows_produced_per_join": 1,
            "filtered": "10.00",
            "index_condition": "((`jmj_test`.`sd`.`section` <=> 'A') and (`jmj_test`.`sd`.`status` <=> 'A'))",
            "cost_info": {
              "read_cost": "3.10",
              "eval_cost": "0.30",
              "prefix_cost": "6.10",
              "data_read_per_join": "9K"
            },
            "used_columns": [
              "param_id",
              "param",
              "param_2",
              "param_3",
              "param_4",
              "param_5",
              "class",
              "section",
              "status",
              "position",
              "parent_id",
              "id_path",
              "abt__ut2_mwi__status",
              "abt__ut2_mwi__text_position",
              "abt__ut2_mwi__dropdown",
              "abt__ut2_mwi__label_color",
              "abt__ut2_mwi__label_background",
              "ab__fn_menu_status",
              "ab__fn_label_color",
              "ab__fn_label_background",
              "ab__fn_use_origin_image",
              "param_6"
            ],
            "attached_condition": "(`jmj_test`.`sd`.`param_5` = '1')"
          }
        },
        {
          "table": {
            "table_name": "jmj_static_data_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "param_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "jmj_test.sd.param_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.50",
              "eval_cost": "0.30",
              "prefix_cost": "7.90",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "param_id",
              "lang_code",
              "descr",
              "abt__ut2_mwi__desc",
              "abt__ut2_mwi__text",
              "abt__ut2_mwi__label",
              "ab__fn_label_text",
              "ab__fn_label_show"
            ]
          }
        }
      ]
    }
  }
}