SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    923, 847, 18, 889, 890, 825, 905, 549, 
    906, 907, 915, 839, 829, 908, 840, 841, 
    838, 834, 831, 903, 832, 902, 836, 909, 
    843, 845, 846, 910, 827, 912, 918, 920, 
    917, 919, 911, 904, 837, 826, 456, 844, 
    833, 922, 851, 913, 901, 921, 914, 548, 
    842, 850, 830, 646, 835, 852, 848, 849, 
    916, 853
  )

Query time 0.00032

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "32.26"
    },
    "table": {
      "table_name": "cscart_product_features",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 136,
      "rows_produced_per_join": 57,
      "filtered": "42.65",
      "cost_info": {
        "read_cost": "20.66",
        "eval_cost": "11.60",
        "prefix_cost": "32.26",
        "data_read_per_join": "68K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "(`danishecarter_latest`.`cscart_product_features`.`feature_id` in (923,847,18,889,890,825,905,549,906,907,915,839,829,908,840,841,838,834,831,903,832,902,836,909,843,845,846,910,827,912,918,920,917,919,911,904,837,826,456,844,833,922,851,913,901,921,914,548,842,850,830,646,835,852,848,849,916,853))"
    }
  }
}

Result

feature_id feature_type
18 E
549 S
548 S
646 N
825 S
826 S
827 E
829 N
830 N
831 S
832 S
833 N
834 S
835 S
836 S
837 S
838 S
839 S
840 N
841 S
842 S
843 S
844 N
845 S
846 S
847 S
848 S
849 S
850 S
851 M
852 S
853 S
889 M
890 M
901 S
902 S
903 N
904 N
905 S
906 S
907 N
908 S
909 T
910 T
911 S
912 S
913 N
914 T
915 S
916 S
917 N
918 N
919 N
920 N
921 S
922 M
923 S