SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'save_and_close', 'specify_options', 
    'specify_options', 'save_and_close', 
    'specify_options', 'specify_options', 
    'total_list_price', 'price_for_all', 
    'add_all_to_cart', 'save_and_close', 
    'specify_options', 'specify_options', 
    'save_and_close', 'specify_options', 
    'specify_options', 'total_list_price', 
    'price_for_all', 'add_all_to_cart'
  )

Query time 0.00061

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 ('save_and_close','specify_options','specify_options','save_and_close','specify_options','specify_options','total_list_price','price_for_all','add_all_to_cart','save_and_close','specify_options','specify_options','save_and_close','specify_options','specify_options','total_list_price','price_for_all','add_all_to_cart')))"
    }
  }
}

Result

name value
add_all_to_cart Add all to cart
price_for_all Price for all
save_and_close Save and close
specify_options Specify options
total_list_price Total list price