SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    923, 859, 861, 860, 18, 825, 863, 905, 
    549, 906, 907, 858, 915, 908, 892, 862, 
    903, 854, 855, 856, 902, 864, 909, 910, 
    827, 912, 918, 920, 917, 919, 911, 904, 
    837, 456, 922, 913, 901, 921, 914, 548, 
    646, 916, 857
  )

Query time 0.00042

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": 43,
      "filtered": "31.62",
      "cost_info": {
        "read_cost": "23.66",
        "eval_cost": "8.60",
        "prefix_cost": "32.26",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "(`danishecarter_latest`.`cscart_product_features`.`feature_id` in (923,859,861,860,18,825,863,905,549,906,907,858,915,908,892,862,903,854,855,856,902,864,909,910,827,912,918,920,917,919,911,904,837,456,922,913,901,921,914,548,646,916,857))"
    }
  }
}

Result

feature_id feature_type
18 E
549 S
548 S
646 N
825 S
827 E
837 S
854 S
855 S
856 S
857 S
858 N
859 N
860 S
861 S
862 S
863 S
864 S
892 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