SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'ja' 
  AND lang.name IN (
    'vendor_communication_attach_allowed_extensions', 
    'vendor_communication_attach_file_type_error', 
    'vendor_communication_attach_allowed_size', 
    'vendor_communication_attach_file_size_error', 
    'vendor_communication_attach_allowed_extensions', 
    'vendor_communication_attach_file_type_error', 
    'vendor_communication_attach_allowed_size', 
    'vendor_communication_attach_file_size_error'
  )

Query time 0.00016

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "lang",
      "access_type": "range",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "392",
      "used_key_parts": ["lang_code", "name"],
      "rows": 4,
      "filtered": 100,
      "index_condition": "lang.lang_code = 'ja' and lang.`name` in ('vendor_communication_attach_allowed_extensions','vendor_communication_attach_file_type_error','vendor_communication_attach_allowed_size','vendor_communication_attach_file_size_error','vendor_communication_attach_allowed_extensions','vendor_communication_attach_file_type_error','vendor_communication_attach_allowed_size','vendor_communication_attach_file_size_error')"
    }
  }
}

Result

name value
vendor_communication_attach_allowed_extensions png|jpg|jpeg|gif|pdf|xls|xlsx|doc|docx|csv|txt|ppt|pptx
vendor_communication_attach_allowed_size 1048576
vendor_communication_attach_file_size_error メッセージを”送信できるファイルサイズは最大1MBです
vendor_communication_attach_file_type_error 対応しているファイル形式はPNG、JPEG、GIF、PDF、EXCEL(xls、xlsx) 、doc、docx 、csv 、txt、ppt、pptxです