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

Query time 0.00459

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": 8,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'ru' and lang.`name` in ('file_is_too_large','files_are_too_large','text_not_allowed_to_upload_image_with_dimensions','remove_this_item','remove_this_item','upload_another_file','upload_file','or','specify_url','file_is_too_large','files_are_too_large','text_not_allowed_to_upload_image_with_dimensions','remove_this_item','remove_this_item','upload_another_file','upload_file','or','specify_url')"
        }
      }
    ]
  }
}

Result

name value
files_are_too_large Общий размер загружаемых файлов превышает допустимое значение [size].
file_is_too_large Размер файла слишком большой. Максимальный размер загрузки [size].
or или
remove_this_item Удалить эту запись
specify_url Укажите URL
text_not_allowed_to_upload_image_with_dimensions Не удалось загрузить файл: превышено максимальное разрешение: [dimension]x[dimension].
upload_another_file Загрузить еще файл
upload_file Загрузить файл