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

Query time 0.00754

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.011130435,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_filters",
          "access_type": "ALL",
          "loops": 1,
          "rows": 7,
          "cost": 0.011130435,
          "filtered": 100,
          "attached_condition": "tmall_product_filters.`status` = 'A'"
        }
      }
    ]
  }
}

Result

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