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(
      2780, cscart_product_filters.categories_path
    )
  ) 
  AND cscart_product_filters.filter_id IN (
    19, 18, 16, 17, 25, 26, 30, 31, 32, 33, 28, 
    21, 34, 35, 36, 37, 23, 39, 40, 15
  ) 
ORDER BY 
  cscart_product_filters.position, 
  cscart_product_filter_descriptions.filter

Query time 0.00061

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.06"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_filters",
            "access_type": "ALL",
            "possible_keys": [
              "PRIMARY"
            ],
            "rows_examined_per_scan": 24,
            "rows_produced_per_join": 2,
            "filtered": "8.33",
            "cost_info": {
              "read_cost": "2.77",
              "eval_cost": "0.20",
              "prefix_cost": "2.97",
              "data_read_per_join": "128"
            },
            "used_columns": [
              "filter_id",
              "categories_path",
              "feature_id",
              "position",
              "field_type",
              "status",
              "round_to",
              "display_count",
              "display"
            ],
            "attached_condition": "((`cscart_db`.`cscart_product_filters`.`status` = 'A') and ((`cscart_db`.`cscart_product_filters`.`categories_path` = '') or (0 <> find_in_set(2780,`cscart_db`.`cscart_product_filters`.`categories_path`))) and (`cscart_db`.`cscart_product_filters`.`filter_id` in (19,18,16,17,25,26,30,31,32,33,28,21,34,35,36,37,23,39,40,15)))"
          }
        },
        {
          "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": [
              "cscart_db.cscart_product_filters.filter_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.50",
              "eval_cost": "0.20",
              "prefix_cost": "3.67",
              "data_read_per_join": "1K"
            },
            "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": [
              "cscart_db.cscart_product_filters.feature_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.50",
              "eval_cost": "0.20",
              "prefix_cost": "4.37",
              "data_read_per_join": "896"
            },
            "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": [
              "cscart_db.cscart_product_filters.feature_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.50",
              "eval_cost": "0.20",
              "prefix_cost": "5.07",
              "data_read_per_join": "4K"
            },
            "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
62 19 0.01 N 10 Brand E checkbox
110 30 0.01 N 10 Colour S checkbox
0 18 P 1 N 10 Price
32 34 0.01 N 5 Hair Type M checkbox
34 21 0.01 N 5 Skin Type M checkbox
154 39 0.01 N 10 Ingredient E checkbox
137 33 0.01 N 6 SPF Rating M checkbox
61 23 0.01 N 5 Formulation M checkbox
0 25 C 0.01 N 10 Products type
73 28 0.01 N 5 Concerns M checkbox
119 40 0.01 N 10 Gender S checkbox
63 37 0.01 N 10 Country of Origin S checkbox
107 26 0.01 N 10 Express Shipping M checkbox