SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'geo_maps.shipping_time_and_rates', 
    'geo_maps.shipping_group_', 'geo_maps.from_pickup_points', 
    'geo_maps.shipping_about', 'geo_maps.shipping_from', 
    'geo_maps.no_shippings_short', 
    'geo_maps.no_shippings', 'shipping_methods', 
    'geo_maps.shipping_time_and_rates', 
    'shipping_method', 'geo_maps.shipping_time', 
    'cost', 'geo_maps.from_pickup_points', 
    'geo_maps.no_shippings', 'geo_maps.shipping_time_and_rates', 
    'geo_maps.shipping_group_', 'geo_maps.from_pickup_points', 
    'geo_maps.shipping_about', 'geo_maps.shipping_from', 
    'geo_maps.no_shippings_short', 
    'geo_maps.no_shippings', 'shipping_methods', 
    'geo_maps.shipping_time_and_rates', 
    'shipping_method', 'geo_maps.shipping_time', 
    'cost', 'geo_maps.from_pickup_points', 
    'geo_maps.no_shippings'
  )

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01991781,
    "nested_loop": [
      {
        "table": {
          "table_name": "lang",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "392",
          "used_key_parts": ["lang_code", "name"],
          "loops": 1,
          "rows": 11,
          "cost": 0.01991781,
          "filtered": 100,
          "attached_condition": "lang.lang_code = 'en' and lang.`name` in ('geo_maps.shipping_time_and_rates','geo_maps.shipping_group_','geo_maps.from_pickup_points','geo_maps.shipping_about','geo_maps.shipping_from','geo_maps.no_shippings_short','geo_maps.no_shippings','shipping_methods','geo_maps.shipping_time_and_rates','shipping_method','geo_maps.shipping_time','cost','geo_maps.from_pickup_points','geo_maps.no_shippings','geo_maps.shipping_time_and_rates','geo_maps.shipping_group_','geo_maps.from_pickup_points','geo_maps.shipping_about','geo_maps.shipping_from','geo_maps.no_shippings_short','geo_maps.no_shippings','shipping_methods','geo_maps.shipping_time_and_rates','shipping_method','geo_maps.shipping_time','cost','geo_maps.from_pickup_points','geo_maps.no_shippings')"
        }
      }
    ]
  }
}

Result

name value
cost Cost
geo_maps.from_pickup_points [shipping], [n] pickup point|[shipping], [n] pickup points
geo_maps.no_shippings Sorry, we couldn't find any shipping options for your location. Please contact us, and we'll see what we can do about it.
geo_maps.no_shippings_short Shipping to your location isn't available.
geo_maps.shipping_about about
geo_maps.shipping_from from
geo_maps.shipping_time Shipping time
geo_maps.shipping_time_and_rates Shipping time and rates
shipping_method Shipping method
shipping_methods Shipping methods