SELECT 
  lang.name, 
  lang.value 
FROM 
  language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'file_is_too_large', 'files_are_too_large', 
    'remove_this_item', 'remove_this_item', 
    'upload_another_file', 'upload_file', 
    'or', 'specify_url', 'file_is_too_large', 
    'files_are_too_large', 'remove_this_item', 
    'remove_this_item', 'upload_another_file', 
    'upload_file', 'or', 'specify_url'
  )

Query time 0.00202

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.95"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "5.25",
        "eval_cost": "0.70",
        "prefix_cost": "5.95",
        "data_read_per_join": "2K"
      },
      "used_columns": [
        "lang_code",
        "name",
        "value"
      ],
      "attached_condition": "((`goimagine`.`lang`.`lang_code` = 'en') and (`goimagine`.`lang`.`name` in ('file_is_too_large','files_are_too_large','remove_this_item','remove_this_item','upload_another_file','upload_file','or','specify_url','file_is_too_large','files_are_too_large','remove_this_item','remove_this_item','upload_another_file','upload_file','or','specify_url')))"
    }
  }
}

Result

name value
files_are_too_large Total size of the uploaded files exceeds the maximum limit of [size].
file_is_too_large File is too large. Max uploading size is [size].
or or
remove_this_item Remove this item
specify_url Specify URL
upload_another_file Upload another file
upload_file Upload file