SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'ko' 
  AND lang.name IN (
    'buy_together_fill_the_mandatory_fields', 
    'buy_together_fill_the_mandatory_fields'
  )

Query time 0.00895

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "lang",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "392",
      "used_key_parts": ["lang_code", "name"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

name value
buy_together_fill_the_mandatory_fields 이 제품 조합을 장바구니에 추가하기 전에 제품 옵션을 지정하십시오.