SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.meta_keywords, 
  cscart_product_descriptions.meta_description, 
  cscart_product_descriptions.search_words, 
  cscart_product_descriptions.promo_text 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    130, 51106, 51107, 51112, 51111, 51110, 
    51109, 51108, 51182, 51180, 51179, 
    51178, 51177, 93, 10, 51232, 12, 51238, 
    51237, 51236, 51235, 51234, 51233, 
    51246, 51245, 51244, 35, 51248, 51247, 
    51253, 51252, 51251, 51250, 51249, 
    34, 51256, 51255, 51254, 33, 32, 51265, 
    51264, 51263, 51262, 51261, 51260, 
    51259, 110, 51281, 51280, 51279, 51278, 
    51282, 7, 54, 51313, 51312, 51314, 51311, 
    51310
  ) 
  AND cscart_product_descriptions.lang_code = 'kk'

Query time 0.00100

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "42.01"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 60,
      "rows_produced_per_join": 60,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_descriptions`.`product_id` in (130,51106,51107,51112,51111,51110,51109,51108,51182,51180,51179,51178,51177,93,10,51232,12,51238,51237,51236,51235,51234,51233,51246,51245,51244,35,51248,51247,51253,51252,51251,51250,51249,34,51256,51255,51254,33,32,51265,51264,51263,51262,51261,51260,51259,110,51281,51280,51279,51278,51282,7,54,51313,51312,51314,51311,51310)) and (`test_uchur_k`.`cscart_product_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "36.01",
        "eval_cost": "6.00",
        "prefix_cost": "42.01",
        "data_read_per_join": "273K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text"
      ]
    }
  }
}

Result

product_id meta_keywords meta_description search_words promo_text
7
10
12
32
33
34
35
54
93
110
130
51106
51107
51108
51109
51110
51111
51112
51177
51178
51179
51180
51182
51232
51233
51234
51235
51236
51237
51238
51244
51245
51246
51247
51248
51249
51250
51251
51252
51253
51254
51255
51256
51259
51260
51261
51262
51263
51264
51265
51278
51279
51280
51281
51282
51310
51311
51312
51313
51314