SELECT 
  a.shipping_id, 
  a.company_id, 
  a.min_weight, 
  a.max_weight, 
  a.position, 
  a.status, 
  a.tax_ids, 
  a.usergroup_ids, 
  b.shipping, 
  b.delivery_time, 
  c.company AS company_name, 
  storefront_id 
FROM 
  cscart_shippings AS a 
  LEFT JOIN cscart_shipping_descriptions AS b ON a.shipping_id = b.shipping_id 
  AND b.lang_code = 'en' 
  LEFT JOIN cscart_companies AS c ON c.company_id = a.company_id 
  LEFT JOIN cscart_storefronts_shippings AS storefronts_shippings ON storefronts_shippings.shipping_id = a.shipping_id 
WHERE 
  1 = 1 
  AND (
    a.company_id = 1 
    OR a.shipping_id IN (49, 38, 24)
  ) 
  AND (
    storefronts_shippings.storefront_id IN (1) 
    OR storefronts_shippings.storefront_id IS NULL
  ) 
ORDER BY 
  a.position

Query time 0.00115

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "402.00"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "169.31"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "ALL",
            "possible_keys": [
              "shipping_id"
            ],
            "rows_examined_per_scan": 176,
            "rows_produced_per_join": 65,
            "filtered": "37.00",
            "cost_info": {
              "read_cost": "25.18",
              "eval_cost": "13.02",
              "prefix_cost": "38.20",
              "data_read_per_join": "150K"
            },
            "used_columns": [
              "shipping_id",
              "company_id",
              "min_weight",
              "max_weight",
              "usergroup_ids",
              "tax_ids",
              "position",
              "status"
            ],
            "attached_condition": "((`webmarco`.`a`.`company_id` = 1) or (`webmarco`.`a`.`shipping_id` in (49,38,24)))"
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "shipping_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "webmarco.a.shipping_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 65,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "65.12",
              "eval_cost": "13.02",
              "prefix_cost": "116.34",
              "data_read_per_join": "62K"
            },
            "used_columns": [
              "shipping_id",
              "lang_code",
              "shipping",
              "delivery_time"
            ]
          }
        },
        {
          "table": {
            "table_name": "c",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "company_id"
            ],
            "key_length": "4",
            "ref": [
              "webmarco.a.company_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 65,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "65.12",
              "eval_cost": "13.02",
              "prefix_cost": "194.49",
              "data_read_per_join": "620K"
            },
            "used_columns": [
              "company_id",
              "company"
            ]
          }
        },
        {
          "table": {
            "table_name": "storefronts_shippings",
            "access_type": "index",
            "key": "idx_storefront_id",
            "used_key_parts": [
              "storefront_id"
            ],
            "key_length": "4",
            "rows_examined_per_scan": 13,
            "rows_produced_per_join": 169,
            "filtered": "20.00",
            "using_index": true,
            "using_join_buffer": "Block Nested Loop",
            "cost_info": {
              "read_cost": "4.34",
              "eval_cost": "33.86",
              "prefix_cost": "232.69",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "storefront_id",
              "shipping_id"
            ],
            "attached_condition": "(<if>(found_match(storefronts_shippings), ((`webmarco`.`storefronts_shippings`.`storefront_id` = 1) or isnull(`webmarco`.`storefronts_shippings`.`storefront_id`)), true) and <if>(is_not_null_compl(storefronts_shippings), (`webmarco`.`storefronts_shippings`.`shipping_id` = `webmarco`.`a`.`shipping_id`), true))"
          }
        }
      ]
    }
  }
}

Result

shipping_id company_id min_weight max_weight position status tax_ids usergroup_ids shipping delivery_time company_name storefront_id
49 0 0.000 0.000 26 A 0 DHL Express 1-6 business days
38 0 0.000 0.000 40 A 0 UPS
24 0 0.000 0.000 1000 A 0 Free Shipping For Italy 2-4 days