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 <= 2.550 
    AND (
      cscart_shippings.max_weight >= 2.550 
      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.95 
    AND (
      cscart_shippings.max_value >= 6.95 
      OR cscart_shippings.max_value = 0.00
    )
  ) 
ORDER BY 
  cscart_shippings.position

Query time 0.00133

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 <= 2.550 and (cscart_shippings.max_weight >= 2.550 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.95 and (cscart_shippings.max_value >= 6.95 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.eyJzdWIiOiJpbnRlcm5hbEBoZXJiYXJpYXNvYXAuY29tIiwiY2xpZW50aWQiOiIyQjhjQUFtUnpTTXVqdzR6R2Vrb0xHbWNKM0xwa25RdDVWSUlHOVRmeVZXckdPYnMiLCJpc3MiOiJodHRwczovL2FwaXMudXBzLmNvbSIsInV1aWQiOiI0QTVEN0FDMy1BQkU1LTEyOUItOURDMi1BRUFDMUNDNzVENTkiLCJzaWQiOiI5NzllNmVhYy1iZmExLTQzZmQtYTliZi05NTBhYzE0OGVkNjMiLCJhdWQiOiJVUFMgR3JvdW5kIiwiYXQiOiJmRlhDbFR1VWdUR2lKTGJ6bW9BeWYwVmpxR25oIiwibmJmIjoxNzUyMDU2NjU4LCJEaXNwbGF5TmFtZSI6IlVQUyBHcm91bmQiLCJleHAiOjE3NTIwNzEwNTgsImlhdCI6MTc1MjA1NjY1OCwianRpIjoiYzA3NzQyZjItNDUzMC00YWYyLWIwMzItNzc5NmE5OTViZDgwIn0.xEkOyUnVN6aNJmciw_MVq5Xz9dXv41BlIcBoYGNpAm1DgR25gLRqCArsGaO7nRESAQyiyxxuX8AFnFnvj0D3qP6B6Qhzk3II9kktgd2x9ud4r24YhEKP9d2PoZSktpAJkX7QHTQOQHQ6dwutJk1bOQv-z_RVIyav7wMJAG_oVc8xl2114zP9z50sa8ZEfLVIIgl-VZh4e_r5MZEzJHVss84FSWiVqZRZiti32dCA-x5xJTaqcZ0gMLg7AaUqpZTkkMGE_WElGI-fYk0dyk7Lr2Zf4wLr6ftbhxvWsVXjd1fTbJFGuAsVt-yxUcLtLXJ87cLMYVq7XVLrewXkVUBAH6BrRNl1Lo7F9WjwuAJ8Soao2aUH_f5jFA28HAG56MjB4CI-zyZJC1BDZmTP6NXMumdxAHpDY7paQpx_hXxFo30e-i6tBl55fyLtGqKjDhdiNpxiwIA2hT1HLLfax5lnajgnSjjSb656jsFjTn3yifNmY2xEw6TY8A0hNc2VlFHeRN8QHH_rgYvKDfSvWl9k12fG8s8qrIQ-TMg6E_ars9qIDwqWEPz82c2TSYq523uojV3tgqLId2iIkRBvcn2Xuqycy2rjWyQFrOSd0EJxdKJqFY1dFgsFvGUpu2y-XsQA3JdQBmi8n9RH_CZMTjSmCJzo5YEm-9n_bZxfu-Cqrus";s:23:"access_token_expiration";i:1752071057;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