SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'no_items_found', 'storefront_search_field', 
    'clear', 'no_items_found', 'show_all', 
    'show_less', 'no_items_found', 'storefront_search_field', 
    'clear', 'no_items_found', 'show_all', 
    'show_less'
  )

Query time 0.00052

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.01"
    },
    "table": {
      "table_name": "lang",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "lang_code",
        "name"
      ],
      "key_length": "392",
      "rows_examined_per_scan": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "6.01",
        "eval_cost": "1.00",
        "prefix_cost": "7.01",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "lang_code",
        "name",
        "value"
      ],
      "attached_condition": "((`webmarco`.`lang`.`lang_code` = 'en') and (`webmarco`.`lang`.`name` in ('no_items_found','storefront_search_field','clear','no_items_found','show_all','show_less','no_items_found','storefront_search_field','clear','no_items_found','show_all','show_less')))"
    }
  }
}

Result

name value
clear Clear
no_items_found No items found matching the search criteria
show_all Show all
show_less Show less
storefront_search_field Search