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, 
    51256, 51255, 51254, 33, 32, 51281, 
    51280, 51279, 51278, 51282, 7, 16, 54, 
    51313, 51312, 51314, 51311, 51310, 
    89, 51390, 51391, 51392, 51393, 51394
  ) 
  AND cscart_product_descriptions.lang_code = 'kk'

Query time 0.00119

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "37.11"
    },
    "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": 53,
      "rows_produced_per_join": 53,
      "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,51256,51255,51254,33,32,51281,51280,51279,51278,51282,7,16,54,51313,51312,51314,51311,51310,89,51390,51391,51392,51393,51394)) and (`test_uchur_k`.`cscart_product_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "31.81",
        "eval_cost": "5.30",
        "prefix_cost": "37.11",
        "data_read_per_join": "241K"
      },
      "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
16
32
33
35
54
89
93
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
51254
51255
51256
51278
51279
51280
51281
51282
51310
51311
51312
51313
51314
51390
51391
51392
51393
51394