SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'vendor_products', 'location', 'on_chus_since', 
    'products_found', 'text_no_matching_products_found', 
    'products_found', 'blog', 'see_more', 
    'vendor_products', 'location', 'on_chus_since', 
    'products_found', 'text_no_matching_products_found', 
    'products_found', 'blog', 'see_more'
  )

Query time 0.00327

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": 7,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'en' and lang.`name` in ('vendor_products','location','on_chus_since','products_found','text_no_matching_products_found','products_found','blog','see_more','vendor_products','location','on_chus_since','products_found','text_no_matching_products_found','products_found','blog','see_more')"
        }
      }
    ]
  }
}

Result

name value
blog Blog
location Location
on_chus_since On Chus Since
products_found Products found
see_more See more
text_no_matching_products_found No products found matching the search criteria
vendor_products Vendor products