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 (
    886, 367, 1144, 895, 894, 1189, 421, 918, 
    891, 327, 326, 1182
  ) 
  AND cscart_product_descriptions.lang_code = 'ja'

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.81"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "index_condition": "((`eshopuga_upgr_4122`.`cscart_product_descriptions`.`product_id` in (886,367,1144,895,894,1189,421,918,891,327,326,1182)) and (`eshopuga_upgr_4122`.`cscart_product_descriptions`.`lang_code` = 'ja'))",
      "cost_info": {
        "read_cost": "26.41",
        "eval_cost": "2.40",
        "prefix_cost": "28.81",
        "data_read_per_join": "45K"
      },
      "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
326 <p><b>WE OFFER NO-QUIBBLE GUARANTEE!</b></p> <p>You can order with confidence thanks to our quality guarantees. We take great care and pride in packing all our flower and plant gifts and provide a 7 day freshness guarantee for your peace of mind. But we're human and understand that things don’t always work out as expected - our no quibble guarantee means that we will make things right for you without any hassle.</p>
327 <p><b>WE OFFER NO-QUIBBLE GUARANTEE!</b></p> <p>You can order with confidence thanks to our quality guarantees. We take great care and pride in packing all our flower and plant gifts and provide a 7 day freshness guarantee for your peace of mind. But we're human and understand that things don’t always work out as expected - our no quibble guarantee means that we will make things right for you without any hassle.</p>
367
421 <p><b>WE OFFER NO-QUIBBLE GUARANTEE!</b></p> <p>You can order with confidence thanks to our quality guarantees. We take great care and pride in packing all our flower and plant gifts and provide a 7 day freshness guarantee for your peace of mind. But we're human and understand that things don’t always work out as expected - our no quibble guarantee means that we will make things right for you without any hassle.</p>
886
891
894
895
918
1144
1182
1189