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

Query time 0.00020

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.48"
    },
    "table": {
      "table_name": "cscart_product_filters",
      "access_type": "ALL",
      "rows_examined_per_scan": 7,
      "rows_produced_per_join": 0,
      "filtered": "14.29",
      "cost_info": {
        "read_cost": "3.28",
        "eval_cost": "0.20",
        "prefix_cost": "3.48",
        "data_read_per_join": "63"
      },
      "used_columns": [
        "filter_id",
        "feature_id",
        "status"
      ],
      "attached_condition": "(`danishecarter_jan_demo`.`cscart_product_filters`.`status` = 'A')"
    }
  }
}

Result

filter_id feature_id
1 0
7 15
8 16
9 17
10 18
313 549
312 548