SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    627, 626, 558, 589, 625, 628, 601, 588, 
    552, 561, 553, 562, 566, 583, 598, 597, 
    596, 591, 584, 593, 594, 595, 592, 600, 
    565, 563, 564, 568, 567, 599, 586, 560, 
    572, 580
  )

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_features",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY"],
          "rows": 76,
          "filtered": 44.73684311,
          "attached_condition": "cscart_product_features.feature_id in (627,626,558,589,625,628,601,588,552,561,553,562,566,583,598,597,596,591,584,593,594,595,592,600,565,563,564,568,567,599,586,560,572,580)"
        }
      }
    ]
  }
}

Result

feature_id feature_type
572 S
567 S
568 S
562 M
563 M
564 S
565 S
566 S
552 S
553 E
592 S
558 M
591 S
560 S
561 M
580 S
584 S
583 S
586 S
588 S
589 S
593 S
594 S
595 S
596 S
597 S
598 S
599 S
600 S
601 M
627 M
626 E
625 E
628 E