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 (
    51182, 51180, 51179, 51178, 51177, 93, 
    10, 51289, 51288, 51287, 51286, 51285, 
    51284, 51283, 8, 51294, 51293, 51291, 
    51290, 94, 142, 62, 141, 23, 54, 51313, 
    51312, 51314, 51311, 51310, 86, 51344, 
    120, 51345, 119, 108, 4, 107, 51348, 
    121
  ) 
  AND cscart_product_descriptions.lang_code = 'kk'

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.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": 40,
      "rows_produced_per_join": 40,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_descriptions`.`product_id` in (51182,51180,51179,51178,51177,93,10,51289,51288,51287,51286,51285,51284,51283,8,51294,51293,51291,51290,94,142,62,141,23,54,51313,51312,51314,51311,51310,86,51344,120,51345,119,108,4,107,51348,121)) and (`test_uchur_k`.`cscart_product_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "24.01",
        "eval_cost": "4.00",
        "prefix_cost": "28.01",
        "data_read_per_join": "182K"
      },
      "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
4
8
10
23
54
62
86
93
94
107
108
119
120
121
141
142
51177
51178
51179
51180
51182
51283
51284
51285
51286
51287
51288
51289
51290
51291
51293
51294
51310
51311
51312
51313
51314
51344
51345
51348