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

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.81"
    },
    "table": {
      "table_name": "lang",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "lang_code",
        "name"
      ],
      "key_length": "392",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "1.41",
        "eval_cost": "0.40",
        "prefix_cost": "1.81",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "lang_code",
        "name",
        "value"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`lang`.`lang_code` = 'en') and (`nuie_scalesta_net`.`lang`.`name` in ('stripe.online_payment','stripe.test_payment','sd_torino_theme.stripe.buy_with','stripe.test_payment.description','stripe.online_payment','stripe.test_payment','sd_torino_theme.stripe.buy_with','stripe.test_payment.description')))"
    }
  }
}

Result

name value
sd_torino_theme.stripe.buy_with Buy with
stripe.online_payment Online payment
stripe.test_payment Test payment (won't be charged)
stripe.test_payment.description Your card won't be charged when using Apple Pay or Google Pay.