SELECT 
  filter_id, 
  feature_id 
FROM 
  q_product_filters 
WHERE 
  status = 'A'

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.87"
    },
    "table": {
      "table_name": "q_product_filters",
      "access_type": "ALL",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 1,
      "filtered": "25.00",
      "cost_info": {
        "read_cost": "2.67",
        "eval_cost": "0.20",
        "prefix_cost": "2.87",
        "data_read_per_join": "64"
      },
      "used_columns": [
        "filter_id",
        "feature_id",
        "status"
      ],
      "attached_condition": "(`portal`.`q_product_filters`.`status` = 'A')"
    }
  }
}

Result

filter_id feature_id
1 2
6 10
3 0
11 7