SELECT 
  cscart_shippings.shipping_id, 
  cscart_shipping_descriptions.shipping, 
  cscart_shipping_descriptions.delivery_time, 
  cscart_shipping_descriptions.description, 
  cscart_shippings.rate_calculation, 
  cscart_shippings.service_params, 
  cscart_shippings.destination, 
  cscart_shippings.min_weight, 
  cscart_shippings.max_weight, 
  cscart_shippings.service_id, 
  cscart_shippings.free_shipping, 
  cscart_shipping_services.module, 
  cscart_shipping_services.code as service_code, 
  cscart_shippings.is_address_required, 
  cscart_shippings.min_value, 
  cscart_shippings.max_value, 
  cscart_shippings.cp_object_restr 
FROM 
  cscart_shippings 
  LEFT JOIN cscart_shipping_descriptions ON cscart_shippings.shipping_id = cscart_shipping_descriptions.shipping_id 
  LEFT JOIN cscart_shipping_services ON cscart_shipping_services.service_id = cscart_shippings.service_id 
  LEFT JOIN cscart_storefronts_shippings AS storefronts_shippings ON storefronts_shippings.shipping_id = cscart_shippings.shipping_id 
WHERE 
  cscart_shippings.status = 'A' 
  AND cscart_shippings.shipping_id IN (7, 1, 6, 11) 
  AND (
    cscart_shippings.min_weight <= 4.500 
    AND (
      cscart_shippings.max_weight >= 4.500 
      OR cscart_shippings.max_weight = 0.00
    )
  ) 
  AND cscart_shipping_descriptions.lang_code = 'en' 
  AND (
    cscart_shippings.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_shippings.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_shippings.usergroup_ids
    )
  ) 
  AND (
    storefronts_shippings.storefront_id = 1 
    OR storefronts_shippings.storefront_id IS NULL
  ) 
  AND (
    cscart_shippings.min_value <= 6.49 
    AND (
      cscart_shippings.max_value >= 6.49 
      OR cscart_shippings.max_value = 0.00
    )
  ) 
ORDER BY 
  cscart_shippings.position

Query time 0.00147

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_shippings.position",
      "temporary_table": {
        "table": {
          "table_name": "cscart_shipping_descriptions",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY"],
          "rows": 4,
          "filtered": 75,
          "attached_condition": "cscart_shipping_descriptions.shipping_id in (7,1,6,11) and cscart_shipping_descriptions.lang_code = 'en'"
        },
        "table": {
          "table_name": "cscart_shippings",
          "access_type": "eq_ref",
          "possible_keys": ["shipping_id", "c_status"],
          "key": "shipping_id",
          "key_length": "3",
          "used_key_parts": ["shipping_id"],
          "ref": ["herbaria_cscart_4_18.cscart_shipping_descriptions.shipping_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "cscart_shippings.`status` = 'A' and cscart_shippings.min_weight <= 4.500 and (cscart_shippings.max_weight >= 4.500 or cscart_shippings.max_weight = 0.00) and (cscart_shippings.usergroup_ids = '' or find_in_set(0,cscart_shippings.usergroup_ids) or find_in_set(1,cscart_shippings.usergroup_ids)) and cscart_shippings.min_value <= 6.49 and (cscart_shippings.max_value >= 6.49 or cscart_shippings.max_value = 0.00)"
        },
        "table": {
          "table_name": "cscart_shipping_services",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "sa"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["service_id"],
          "ref": ["herbaria_cscart_4_18.cscart_shippings.service_id"],
          "rows": 1,
          "filtered": 100
        },
        "block-nl-join": {
          "table": {
            "table_name": "storefronts_shippings",
            "access_type": "index",
            "key": "PRIMARY",
            "key_length": "8",
            "used_key_parts": ["storefront_id", "shipping_id"],
            "rows": 4,
            "filtered": 100,
            "using_index": true
          },
          "buffer_type": "flat",
          "buffer_size": "256Kb",
          "join_type": "BNL",
          "attached_condition": "trigcond(storefronts_shippings.storefront_id = 1 or storefronts_shippings.storefront_id is null) and trigcond(storefronts_shippings.shipping_id = cscart_shippings.shipping_id)"
        }
      }
    }
  }
}

Result

shipping_id shipping delivery_time description rate_calculation service_params destination min_weight max_weight service_id free_shipping module service_code is_address_required min_value max_value cp_object_restr
7 Customer Pickup 0 M a:0:{} I 0.000 0.000 0 N N 0.00 0.00
1 USPS 2-7 business days M a:0:{} I 0.000 0.000 0 N Y 0.00 0.00 a:1:{s:8:"cond_set";s:3:"all";}
6 USPS Priority Mail 1-3 business days <p>Delivery time is calculated in business days.</p> <p>Questions? Contact our Customer Service at 866-628-7627</p> M a:0:{} I 0.000 0.000 0 N Y 0.00 0.00 a:1:{s:8:"cond_set";s:3:"all";}
11 UPS Ground 2-7 days R a:15:{s:9:"client_id";s:48:"2B8cAAmRzSMujw4zGekoLGmcJ3LpknQt5VIIG9TfyVWrGObs";s:13:"client_secret";s:64:"imfbA1Xw9huy4HXEPumaNOnMPMtZoa5JHFAPdLjj5eASKC0S4bDmAs4eL2iLmnhW";s:12:"access_token";s:1308:"eyJraWQiOiI5NzllNmVhYy1iZmExLTQzZmQtYTliZi05NTBhYzE0OGVkNjMiLCJ0eXAiOiJKV1QiLCJhbGciOiJSUzM4NCJ9.eyJzdWIiOiJpbnRlcm5hbEBoZXJiYXJpYXNvYXAuY29tIiwiY2xpZW50aWQiOiIyQjhjQUFtUnpTTXVqdzR6R2Vrb0xHbWNKM0xwa25RdDVWSUlHOVRmeVZXckdPYnMiLCJpc3MiOiJodHRwczovL2FwaXMudXBzLmNvbSIsInV1aWQiOiI0QTVEN0FDMy1BQkU1LTEyOUItOURDMi1BRUFDMUNDNzVENTkiLCJzaWQiOiI5NzllNmVhYy1iZmExLTQzZmQtYTliZi05NTBhYzE0OGVkNjMiLCJhdWQiOiJVUFMgR3JvdW5kIiwiYXQiOiJRbW9WblRVRGpabEl3cXlTbXdJS0IxdVhmOWxzIiwibmJmIjoxNzUyMDcwMTYyLCJEaXNwbGF5TmFtZSI6IlVQUyBHcm91bmQiLCJleHAiOjE3NTIwODQ1NjIsImlhdCI6MTc1MjA3MDE2MiwianRpIjoiYmFhYjlkZDEtY2VmOC00ZmJlLTgxMmQtNTc4ZTk5YzE3NmMxIn0.V3EGInbVWEDfcKeoBq8YO4UqLtvVDH7rqQsiiQukKhWTF_RhGnKrouNC5wAAcU9wGehf7IrDALS-oDw8xymTBpjE7sQIgALgsXA-MtsCmJILZzMgiPocFlVoA5FxsFgMiMjMh4VZyFJD9Fwu4KAZweI4m57yFCND2UM0CR5C17E8mLcgViUmH-hnFh7-Y8JisuYa96JOrc0VTt5ZqA21aodpMF6AQHDwpwxu5NgbPnE8l5VatHdzbP1dePNfn7sT8lKcWFkPQ3SDSM1_tUbnslp9EkpiU-hpEhe-olpGqNU2yKTqNGJbIyGrhPPXpp0v2b2NuF5VvpgEPzvyegm_umMPmMJ_6UtUUkXK3R9kzSuLSLvOe5fKXZoEDW4OnYLeZkcU2JjpIIcXaefa-W9o9wR8hsRnnC0W9FVD-NbDjTewW3wpJ044Dw1NVpMdhp6PtmxRm9iikK6JduCLyCGndnJ7q-r5CQgNP7zoj3vcLFxF8Z_03cXL1yyt73Dixr5jajfWULoRlKVTNw4wtPKTLf3OHC6ahpocryaGvL2Fxidbhe2FX7oT9_pOwmMoNG6qyl3wu_j-62AOlkYI15f-kAdKBs2xQ1_Vu_4RUwCqiWsG4orZApWe9L0g8YTteYMwu73rjC4xUi8-DHXPbcIWqjSjEod3LLOQ28GwaWXewbs";s:23:"access_token_expiration";i:1752084561;s:16:"negotiated_rates";s:1:"Y";s:14:"shipper_number";s:6:"458RW9";s:9:"test_mode";s:1:"N";s:11:"pickup_type";s:2:"01";s:12:"package_type";s:2:"02";s:21:"delivery_confirmation";s:1:"N";s:10:"dcist_type";s:1:"1";s:17:"max_weight_of_box";s:4:"1000";s:5:"width";s:0:"";s:6:"height";s:0:"";s:6:"length";s:0:"";} I 0.000 0.000 486 N ups 03 Y 0.00 0.00