SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'de' 
  AND lang.name IN (
    'stripe.online_payment', 'stripe.test_payment', 
    'stripe.test_payment.description', 
    'stripe.online_payment', 'stripe.test_payment', 
    'stripe.test_payment.description'
  )

Query time 0.00051

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": 3,
      "filtered": 100,
      "index_condition": "lang.lang_code = 'de' and lang.`name` in ('stripe.online_payment','stripe.test_payment','stripe.test_payment.description','stripe.online_payment','stripe.test_payment','stripe.test_payment.description')"
    }
  }
}

Result

name value
stripe.online_payment Onlinebezahlung
stripe.test_payment Testzahlung (wird nicht berechnet)
stripe.test_payment.description Ihre Karte wird nicht belastet, wenn Sie Apple Pay oder Google Pay verwenden.