SELECT 
  lang.name, 
  lang.value 
FROM 
  tmall_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'stay_connected', 'exclusive_promotions', 
    'exclusive_promotions_content', 
    'subscribe', 'stay_connected', 'exclusive_promotions', 
    'exclusive_promotions_content', 
    'subscribe'
  )

Query time 0.00763

JSON explain

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

Result

name value
exclusive_promotions Exclusive discounts
exclusive_promotions_content Subscribe to our news and get a 10% discount coupon!
stay_connected Stay Connected
subscribe Subscribe