SELECT 
  cscart_ult_product_descriptions.product_id, 
  cscart_ult_product_descriptions.short_description, 
  IF(
    cscart_ult_product_descriptions.short_description = "", 
    cscart_ult_product_descriptions.full_description, 
    ""
  ) AS full_description, 
  cscart_ult_product_descriptions.meta_keywords, 
  cscart_ult_product_descriptions.meta_description, 
  cscart_ult_product_descriptions.search_words, 
  cscart_ult_product_descriptions.promo_text 
FROM 
  cscart_ult_product_descriptions 
WHERE 
  cscart_ult_product_descriptions.product_id IN (6947, 3424, 3911, 3422) 
  AND cscart_ult_product_descriptions.company_id = 1 
  AND cscart_ult_product_descriptions.lang_code = 'en'

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.16"
    },
    "table": {
      "table_name": "cscart_ult_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id",
        "company_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code",
        "company_id"
      ],
      "key_length": "13",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "index_condition": "((`gaseus`.`cscart_ult_product_descriptions`.`company_id` = 1) and (`gaseus`.`cscart_ult_product_descriptions`.`product_id` in (6947,3424,3911,3422)) and (`gaseus`.`cscart_ult_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "2.76",
        "eval_cost": "0.40",
        "prefix_cost": "3.16",
        "data_read_per_join": "15K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "company_id",
        "short_description",
        "full_description",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text"
      ]
    }
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text
3422 flexible Metall hose with two anti kink springs and anti whip cable assembled complete mounted on hose, length: 1.700 mminlet W24,32x1/14RHf nut acc. to DIN 477-1, No. 10, with 90° angle<br />outlet M20x1,5RHk nut - 12S
3424 flexible Metall hose with two anti kink springs and anti whip cable assembled complete mounted on hose, length: 1.700 mminlet W21,8x1/14RHf nut acc. to DIN 477-1, No. 6, with 90° angle<br />outlet M20x1,5RHk nut - 12S
3911 flexible Metall hose with two anti kink springs and anti whip cable assembled complete mounted on hose, length: 1.000 mminlet W24,32x1/14RHf nut acc. to DIN 477-1, No. 10, with 90° angle<br />outlet M20x1,5RHk nut - 12S
6947 flexible Metall hose with two anti kink springs and anti whip cable assembled complete mounted on hose, length: 1.000 mminlet W21,8x1/14RHf nut acc. to DIN 477-1, No. 6, with 90° angle<br />outlet M20x1,5RHk nut - 12S