SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'vi' 
  AND lang.name IN (
    'continue', 'select', 'select_country', 
    'select_state', 'submit', 'continue', 
    'select', 'select_country', 'select_state', 
    'submit'
  )

Query time 0.00194

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": 5,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'vi' and lang.`name` in ('continue','select','select_country','select_state','submit','continue','select','select_country','select_state','submit')"
        }
      }
    ]
  }
}

Result

name value
continue Tiếp tục
select Chọn
select_country Chọn quốc gia
select_state Chọn Tỉnh/TP
submit Gửi