SELECT 
  q_product_filters.*, 
  q_product_features.feature_type 
FROM 
  q_product_filters 
  LEFT JOIN q_product_features ON q_product_features.feature_id = q_product_filters.feature_id 
WHERE 
  q_product_filters.filter_id IN (1) 
  AND q_product_filters.status = 'A'

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "q_product_filters",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "filter_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.20",
            "prefix_cost": "0.00",
            "data_read_per_join": "64"
          },
          "used_columns": [
            "filter_id",
            "categories_path",
            "company_id",
            "feature_id",
            "position",
            "field_type",
            "status",
            "round_to",
            "display_count",
            "display"
          ]
        }
      },
      {
        "table": {
          "table_name": "q_product_features",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.20",
            "prefix_cost": "0.00",
            "data_read_per_join": "432"
          },
          "used_columns": [
            "feature_id",
            "feature_type"
          ]
        }
      }
    ]
  }
}

Result

filter_id categories_path company_id feature_id position field_type status round_to display_count display feature_type
1 0 2 0 A 0.01 5 Y E