SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    656, 659, 649, 765, 762, 666, 677, 651, 
    650, 771, 766, 756, 662, 643, 648
  )

Query time 0.00042

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.51"
    },
    "table": {
      "table_name": "cscart_product_features",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "feature_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 15,
      "rows_produced_per_join": 15,
      "filtered": "100.00",
      "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_features`.`feature_id` in (656,659,649,765,762,666,677,651,650,771,766,756,662,643,648))",
      "cost_info": {
        "read_cost": "9.01",
        "eval_cost": "1.50",
        "prefix_cost": "10.51",
        "data_read_per_join": "6K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ]
    }
  }
}

Result

feature_id feature_type
643 S
648 S
649 S
650 S
651 S
656 S
659 S
662 S
666 S
677 S
756 S
762 S
765 S
766 S
771 S