SELECT 
  lang.name, 
  lang.value 
FROM 
  tmall_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'abt__ut2.product_reviews.most_helpfull_reviews.positive', 
    'abt__ut2.product_reviews.most_helpfull_reviews.critical', 
    'anonymous', 'product_reviews.verified_purchase', 
    'abt__ut2.product_reviews.more_than_x_time_in_use', 
    'abt__ut2.product_reviews.most_helpfull_reviews.positive', 
    'abt__ut2.product_reviews.most_helpfull_reviews.critical', 
    'anonymous', 'product_reviews.verified_purchase', 
    'abt__ut2.product_reviews.more_than_x_time_in_use'
  )

Query time 0.00759

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.010219272,
    "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": 5,
          "cost": 0.010219272,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'en' and lang.`name` in ('abt__ut2.product_reviews.most_helpfull_reviews.positive','abt__ut2.product_reviews.most_helpfull_reviews.critical','anonymous','product_reviews.verified_purchase','abt__ut2.product_reviews.more_than_x_time_in_use','abt__ut2.product_reviews.most_helpfull_reviews.positive','abt__ut2.product_reviews.most_helpfull_reviews.critical','anonymous','product_reviews.verified_purchase','abt__ut2.product_reviews.more_than_x_time_in_use')"
        }
      }
    ]
  }
}

Result

name value
abt__ut2.product_reviews.more_than_x_time_in_use More then [time] in use
abt__ut2.product_reviews.most_helpfull_reviews.critical Most Helpful Critical Review
abt__ut2.product_reviews.most_helpfull_reviews.positive Most Helpful Positive Review
anonymous Anonymous
product_reviews.verified_purchase Verified purchase