SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'ru' 
  AND lang.name IN (
    'stay_connected', 'exclusive_promotions_short', 
    'exclusive_promotions_content_short', 
    'subscribe', 'stay_connected', 'exclusive_promotions_short', 
    'exclusive_promotions_content_short', 
    'subscribe'
  )

Query time 0.00099

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "lang",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "392",
          "used_key_parts": ["lang_code", "name"],
          "rows": 4,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'ru' and lang.`name` in ('stay_connected','exclusive_promotions_short','exclusive_promotions_content_short','subscribe','stay_connected','exclusive_promotions_short','exclusive_promotions_content_short','subscribe')"
        }
      }
    ]
  }
}

Result

name value
exclusive_promotions_content_short Подпишитесь и получите скидку 10%!
exclusive_promotions_short Эксклюзивные скидки
stay_connected Оставайтесь на связи
subscribe Подписаться