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 (
    111, 51212, 144, 51215, 51214, 51213, 
    51444, 51445, 51446, 51447, 51220, 
    51219, 51218, 51217, 51216, 146, 51448, 
    51449, 51231, 51230, 51229, 51228, 
    51227, 51226, 51225, 109, 51243, 51242, 
    51241, 51240, 51239, 36, 51253, 51252, 
    51251, 51250, 51249, 34, 51272, 51271, 
    51270, 51269, 51268, 51267, 51266, 
    145, 51273, 147, 51277, 51276, 51275, 
    51274
  ) 
  AND cscart_product_descriptions.lang_code = 'kk'

Query time 0.00081

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "36.41"
    },
    "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": 52,
      "rows_produced_per_join": 52,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_descriptions`.`product_id` in (111,51212,144,51215,51214,51213,51444,51445,51446,51447,51220,51219,51218,51217,51216,146,51448,51449,51231,51230,51229,51228,51227,51226,51225,109,51243,51242,51241,51240,51239,36,51253,51252,51251,51250,51249,34,51272,51271,51270,51269,51268,51267,51266,145,51273,147,51277,51276,51275,51274)) and (`test_uchur_k`.`cscart_product_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "31.21",
        "eval_cost": "5.20",
        "prefix_cost": "36.41",
        "data_read_per_join": "237K"
      },
      "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
34
36
109
111
144
145
146
147
51212
51213
51214
51215
51216
51217
51218
51219
51220
51225
51226
51227
51228
51229
51230
51231
51239
51240
51241
51242
51243
51249
51250
51251
51252
51253
51266
51267
51268
51269
51270
51271
51272
51273
51274
51275
51276
51277
51444
51445
51446
51447
51448
51449