SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'vi' 
  AND lang.name IN (
    'sign_in', 'vendor_communication.please_log_in_to_be_notified', 
    'sign_in', 'vendor_communication.please_log_in_to_be_notified'
  )

Query time 0.00036

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": 2,
      "filtered": 100,
      "attached_condition": "lang.lang_code = 'vi' and lang.`name` in ('sign_in','vendor_communication.please_log_in_to_be_notified','sign_in','vendor_communication.please_log_in_to_be_notified')"
    }
  }
}

Result

name value
sign_in Đăng nhập
vendor_communication.please_log_in_to_be_notified Vui lòng đăng nhập để nhận thông báo của chúng tôi về phản hồi