SELECT 
  SQL_CALC_FOUND_ROWS (
    CASE WHEN products.parent_product_id <> 0 THEN products.parent_product_id ELSE products.product_id END
  ) AS product_id, 
  descr1.product as product, 
  companies.company as company_name, 
  companies.ec_rfq_whatsapp_number, 
  companies.ec_rfq_bht, 
  companies.ec_rfq_phone_number, 
  companies.ec_rfq_bhf, 
  GROUP_CONCAT(
    products.product_id 
    ORDER BY 
      products.parent_product_id ASC, 
      products.product_id ASC
  ) AS product_ids, 
  GROUP_CONCAT(
    products.product_type 
    ORDER BY 
      products.parent_product_id ASC, 
      products.product_id ASC
  ) AS product_types, 
  GROUP_CONCAT(
    products.parent_product_id 
    ORDER BY 
      products.parent_product_id ASC, 
      products.product_id ASC
  ) AS parent_product_ids, 
  products.product_type, 
  products.parent_product_id, 
  cscart_ec_table_booking_system.booking_type as booking_type 
FROM 
  cscart_products as products 
  LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id = products.product_id 
  AND descr1.lang_code = 'en' 
  LEFT JOIN cscart_product_prices as prices ON prices.product_id = products.product_id 
  AND prices.lower_limit = 1 
  LEFT JOIN cscart_companies AS companies ON companies.company_id = products.company_id 
  INNER JOIN cscart_products_categories as products_categories ON products_categories.product_id = products.product_id 
  INNER JOIN cscart_categories ON cscart_categories.category_id = products_categories.category_id 
  AND (
    cscart_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_categories.usergroup_ids
    )
  ) 
  AND cscart_categories.status IN ('A', 'H') 
  AND cscart_categories.storefront_id IN (0, 1) 
  LEFT JOIN cscart_ec_table_booking_system ON cscart_ec_table_booking_system.product_id = products.product_id 
  LEFT JOIN cscart_product_popularity as popularity ON popularity.product_id = products.product_id 
WHERE 
  1 
  AND cscart_categories.category_id IN (9940) 
  AND companies.status IN ('A') 
  AND products.company_id IN (
    1, 
    25, 
    34, 
    35, 
    36, 
    37, 
    38, 
    39, 
    40, 
    41, 
    42, 
    43, 
    44, 
    45, 
    46, 
    47, 
    48, 
    49, 
    50, 
    51, 
    52, 
    53, 
    54, 
    55, 
    56, 
    57, 
    58, 
    59, 
    60, 
    61, 
    62, 
    63, 
    64, 
    65, 
    66, 
    67, 
    68, 
    69, 
    70, 
    71, 
    72, 
    73, 
    74, 
    75, 
    76, 
    77, 
    78, 
    79, 
    81, 
    82, 
    83, 
    84, 
    85, 
    86, 
    87, 
    88, 
    89, 
    90, 
    91, 
    92, 
    93, 
    94, 
    95, 
    96, 
    97, 
    98, 
    99, 
    100, 
    101, 
    102, 
    103, 
    104, 
    105, 
    106, 
    108, 
    109, 
    110, 
    111, 
    122, 
    123, 
    124, 
    125, 
    126, 
    127, 
    128, 
    129, 
    130, 
    131, 
    132, 
    134, 
    135, 
    136, 
    137, 
    138, 
    139, 
    140, 
    141, 
    142, 
    143, 
    144, 
    145, 
    146, 
    148, 
    150, 
    152, 
    153, 
    154, 
    155, 
    156, 
    157, 
    158, 
    159, 
    160, 
    161, 
    162, 
    163, 
    164, 
    165, 
    166, 
    167, 
    168, 
    169, 
    170, 
    171, 
    172, 
    173, 
    174, 
    175, 
    176, 
    177, 
    178, 
    179, 
    180, 
    181, 
    182, 
    183, 
    184, 
    185, 
    186, 
    187, 
    188, 
    189, 
    190, 
    191, 
    192, 
    193, 
    194, 
    196, 
    197, 
    198, 
    199, 
    200, 
    202, 
    203, 
    204, 
    205, 
    206, 
    207, 
    208, 
    210, 
    211, 
    212, 
    213, 
    214, 
    215, 
    216, 
    217, 
    218, 
    219, 
    220, 
    221, 
    222, 
    223, 
    224, 
    225, 
    226, 
    227, 
    228, 
    229, 
    230, 
    231, 
    232, 
    233, 
    234, 
    235, 
    236, 
    237, 
    238, 
    239, 
    240, 
    241, 
    242, 
    243, 
    244, 
    245, 
    246, 
    247, 
    248, 
    249, 
    250, 
    251, 
    252, 
    253, 
    254, 
    255, 
    256, 
    257, 
    259, 
    260, 
    261, 
    262, 
    263, 
    264, 
    266, 
    268, 
    269, 
    271, 
    272, 
    273, 
    276, 
    277, 
    278, 
    279, 
    280, 
    281, 
    282, 
    284, 
    285, 
    286, 
    287, 
    288, 
    289, 
    290, 
    291, 
    292, 
    293, 
    294, 
    295, 
    296, 
    297, 
    298, 
    299, 
    300, 
    301, 
    302, 
    303, 
    304, 
    305, 
    306, 
    307, 
    308, 
    309, 
    310, 
    311, 
    312, 
    313, 
    314, 
    315, 
    316, 
    317, 
    318, 
    319, 
    321, 
    322, 
    323, 
    324, 
    325, 
    326, 
    327, 
    328, 
    329, 
    330, 
    331, 
    332, 
    333, 
    334, 
    335, 
    336, 
    337, 
    338, 
    339, 
    340, 
    341, 
    342, 
    343, 
    344, 
    345, 
    346, 
    347, 
    348, 
    349, 
    350, 
    351, 
    352, 
    353, 
    354, 
    355, 
    356, 
    357, 
    358, 
    359, 
    360, 
    361, 
    362, 
    363, 
    364, 
    365, 
    366, 
    367, 
    368, 
    369, 
    370, 
    371, 
    372, 
    373, 
    374, 
    377, 
    378, 
    379, 
    380, 
    381, 
    382, 
    383, 
    384, 
    385, 
    387, 
    388, 
    389, 
    391, 
    392, 
    393, 
    394, 
    395, 
    396, 
    397, 
    398, 
    400, 
    401, 
    402, 
    403, 
    404, 
    405, 
    406, 
    407, 
    408, 
    409, 
    410, 
    411, 
    414, 
    415, 
    416, 
    417, 
    418, 
    419, 
    420, 
    421, 
    422, 
    423, 
    424, 
    425, 
    426, 
    427, 
    428, 
    429, 
    430, 
    431, 
    432, 
    433, 
    434, 
    435, 
    436, 
    439, 
    440, 
    443, 
    445, 
    447, 
    448, 
    449, 
    450, 
    451, 
    452, 
    454, 
    455, 
    457, 
    458, 
    459, 
    460, 
    461, 
    462, 
    463, 
    465, 
    466, 
    467, 
    468, 
    469, 
    470, 
    471, 
    472, 
    473, 
    474, 
    476, 
    478, 
    479, 
    480, 
    481, 
    482, 
    483, 
    484, 
    485, 
    486, 
    487, 
    488, 
    489, 
    491, 
    492, 
    493, 
    494, 
    495, 
    496, 
    497, 
    498, 
    501, 
    503, 
    504, 
    505, 
    507, 
    508, 
    509, 
    510, 
    511, 
    512, 
    513, 
    514, 
    515, 
    516, 
    518, 
    519, 
    520, 
    522, 
    524, 
    525, 
    526, 
    527, 
    528, 
    531, 
    532, 
    533, 
    535, 
    537, 
    539, 
    540, 
    541, 
    542, 
    543, 
    545, 
    546, 
    547, 
    548, 
    549, 
    550, 
    551, 
    553, 
    554, 
    556, 
    557, 
    558, 
    559, 
    560, 
    561, 
    562, 
    563, 
    564, 
    566, 
    567, 
    568, 
    569, 
    575, 
    576, 
    577, 
    579, 
    580, 
    582, 
    583, 
    585, 
    586, 
    587, 
    588, 
    590, 
    591, 
    592, 
    593, 
    594, 
    595, 
    596, 
    597, 
    598, 
    600, 
    602, 
    603, 
    604, 
    606, 
    607, 
    609, 
    610, 
    611, 
    613, 
    618, 
    620, 
    621, 
    622, 
    623, 
    624, 
    625, 
    626, 
    627, 
    628, 
    629, 
    630, 
    631, 
    632, 
    633, 
    634, 
    635, 
    636, 
    637, 
    639, 
    641, 
    642, 
    643, 
    644, 
    646, 
    647, 
    649, 
    655, 
    660, 
    661, 
    662, 
    663, 
    665, 
    668, 
    669, 
    670, 
    671, 
    672, 
    673, 
    674, 
    675, 
    676, 
    678, 
    679, 
    680, 
    681, 
    682, 
    685, 
    686, 
    687, 
    688, 
    689, 
    690, 
    691, 
    692, 
    693, 
    694, 
    695, 
    696, 
    697, 
    707, 
    719, 
    0
  ) 
  AND products.company_id IN ('618') 
  AND products.status IN ('A') 
  AND (
    products.usergroup_ids = '' 
    OR FIND_IN_SET(0, products.usergroup_ids) 
    OR FIND_IN_SET(1, products.usergroup_ids)
  ) 
  AND products.status IN ('A') 
  AND prices.usergroup_id IN (0, 0, 1) 
GROUP BY 
  product_id 
ORDER BY 
  popularity.total desc, 
  products.product_id ASC

Query time 0.00778

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "163.42"
    },
    "ordering_operation": {
      "using_filesort": true,
      "grouping_operation": {
        "using_temporary_table": true,
        "using_filesort": true,
        "buffer_result": {
          "using_temporary_table": true,
          "nested_loop": [
            {
              "table": {
                "table_name": "companies",
                "access_type": "const",
                "possible_keys": [
                  "PRIMARY"
                ],
                "key": "PRIMARY",
                "used_key_parts": [
                  "company_id"
                ],
                "key_length": "4",
                "ref": [
                  "const"
                ],
                "rows_examined_per_scan": 1,
                "rows_produced_per_join": 1,
                "filtered": "100.00",
                "cost_info": {
                  "read_cost": "0.00",
                  "eval_cost": "0.20",
                  "prefix_cost": "0.00",
                  "data_read_per_join": "9K"
                },
                "used_columns": [
                  "company_id",
                  "status",
                  "company",
                  "ec_rfq_whatsapp_number",
                  "ec_rfq_phone_number",
                  "ec_rfq_bhf",
                  "ec_rfq_bht"
                ]
              }
            },
            {
              "table": {
                "table_name": "cscart_categories",
                "access_type": "const",
                "possible_keys": [
                  "PRIMARY",
                  "c_status",
                  "p_category_id"
                ],
                "key": "PRIMARY",
                "used_key_parts": [
                  "category_id"
                ],
                "key_length": "3",
                "ref": [
                  "const"
                ],
                "rows_examined_per_scan": 1,
                "rows_produced_per_join": 1,
                "filtered": "100.00",
                "cost_info": {
                  "read_cost": "0.00",
                  "eval_cost": "0.20",
                  "prefix_cost": "0.00",
                  "data_read_per_join": "5K"
                },
                "used_columns": [
                  "category_id",
                  "usergroup_ids",
                  "status",
                  "storefront_id"
                ]
              }
            },
            {
              "table": {
                "table_name": "products_categories",
                "access_type": "ref",
                "possible_keys": [
                  "PRIMARY",
                  "pt"
                ],
                "key": "PRIMARY",
                "used_key_parts": [
                  "category_id"
                ],
                "key_length": "3",
                "ref": [
                  "const"
                ],
                "rows_examined_per_scan": 93,
                "rows_produced_per_join": 93,
                "filtered": "100.00",
                "using_index": true,
                "cost_info": {
                  "read_cost": "1.13",
                  "eval_cost": "18.60",
                  "prefix_cost": "19.73",
                  "data_read_per_join": "1K"
                },
                "used_columns": [
                  "product_id",
                  "category_id"
                ]
              }
            },
            {
              "table": {
                "table_name": "prices",
                "access_type": "ref",
                "possible_keys": [
                  "usergroup",
                  "product_id",
                  "lower_limit",
                  "usergroup_id"
                ],
                "key": "usergroup",
                "used_key_parts": [
                  "product_id"
                ],
                "key_length": "3",
                "ref": [
                  "webmarco.products_categories.product_id"
                ],
                "rows_examined_per_scan": 1,
                "rows_produced_per_join": 23,
                "filtered": "25.00",
                "using_index": true,
                "cost_info": {
                  "read_cost": "93.00",
                  "eval_cost": "4.65",
                  "prefix_cost": "131.33",
                  "data_read_per_join": "1K"
                },
                "used_columns": [
                  "product_id",
                  "lower_limit",
                  "usergroup_id"
                ],
                "attached_condition": "((`webmarco`.`prices`.`lower_limit` = 1) and (`webmarco`.`prices`.`usergroup_id` in (0,0,1)))"
              }
            },
            {
              "table": {
                "table_name": "products",
                "access_type": "eq_ref",
                "possible_keys": [
                  "PRIMARY",
                  "status",
                  "idx_parent_product_id"
                ],
                "key": "PRIMARY",
                "used_key_parts": [
                  "product_id"
                ],
                "key_length": "3",
                "ref": [
                  "webmarco.products_categories.product_id"
                ],
                "rows_examined_per_scan": 1,
                "rows_produced_per_join": 1,
                "filtered": "5.00",
                "cost_info": {
                  "read_cost": "23.25",
                  "eval_cost": "0.23",
                  "prefix_cost": "159.23",
                  "data_read_per_join": "9K"
                },
                "used_columns": [
                  "product_id",
                  "product_type",
                  "status",
                  "company_id",
                  "usergroup_ids",
                  "parent_product_id"
                ],
                "attached_condition": "((`webmarco`.`products`.`company_id` = '618') and (`webmarco`.`products`.`company_id` = '618') and (`webmarco`.`products`.`status` = 'A') and ((`webmarco`.`products`.`usergroup_ids` = '') or find_in_set(0,`webmarco`.`products`.`usergroup_ids`) or find_in_set(1,`webmarco`.`products`.`usergroup_ids`)))"
              }
            },
            {
              "table": {
                "table_name": "cscart_ec_table_booking_system",
                "access_type": "eq_ref",
                "possible_keys": [
                  "PRIMARY"
                ],
                "key": "PRIMARY",
                "used_key_parts": [
                  "product_id"
                ],
                "key_length": "4",
                "ref": [
                  "webmarco.products_categories.product_id"
                ],
                "rows_examined_per_scan": 1,
                "rows_produced_per_join": 1,
                "filtered": "100.00",
                "cost_info": {
                  "read_cost": "1.16",
                  "eval_cost": "0.23",
                  "prefix_cost": "160.63",
                  "data_read_per_join": "204"
                },
                "used_columns": [
                  "product_id",
                  "booking_type"
                ],
                "attached_condition": "<if>(is_not_null_compl(cscart_ec_table_booking_system), (`webmarco`.`cscart_ec_table_booking_system`.`product_id` = `webmarco`.`products_categories`.`product_id`), true)"
              }
            },
            {
              "table": {
                "table_name": "popularity",
                "access_type": "eq_ref",
                "possible_keys": [
                  "PRIMARY",
                  "total"
                ],
                "key": "PRIMARY",
                "used_key_parts": [
                  "product_id"
                ],
                "key_length": "3",
                "ref": [
                  "webmarco.products_categories.product_id"
                ],
                "rows_examined_per_scan": 1,
                "rows_produced_per_join": 1,
                "filtered": "100.00",
                "cost_info": {
                  "read_cost": "1.16",
                  "eval_cost": "0.23",
                  "prefix_cost": "162.02",
                  "data_read_per_join": "37"
                },
                "used_columns": [
                  "product_id",
                  "total"
                ]
              }
            },
            {
              "table": {
                "table_name": "descr1",
                "access_type": "eq_ref",
                "possible_keys": [
                  "PRIMARY",
                  "product_id"
                ],
                "key": "PRIMARY",
                "used_key_parts": [
                  "product_id",
                  "lang_code"
                ],
                "key_length": "9",
                "ref": [
                  "webmarco.products_categories.product_id",
                  "const"
                ],
                "rows_examined_per_scan": 1,
                "rows_produced_per_join": 1,
                "filtered": "100.00",
                "cost_info": {
                  "read_cost": "1.16",
                  "eval_cost": "0.23",
                  "prefix_cost": "163.42",
                  "data_read_per_join": "7K"
                },
                "used_columns": [
                  "product_id",
                  "lang_code",
                  "product"
                ]
              }
            }
          ]
        }
      }
    }
  }
}

Result

product_id product company_name ec_rfq_whatsapp_number ec_rfq_bht ec_rfq_phone_number ec_rfq_bhf product_ids product_types parent_product_ids product_type parent_product_id booking_type
339432 Castrol GTX Ultra clean A3/B4 10W-40 1L Car Service Online 339432 P 0 P 0
339433 CASTROL GTX Ultraclean 10W40 4L Car Service Online 339433 P 0 P 0
339438 Castrol Edge Titanium FST 5W-30 4L Car Service Online 339438 P 0 P 0
339434 Castrol Magnatec 10W-40 A3/B4 4L Car Service Online 339434 P 0 P 0
339439 CASTROL CRB MULTI 20W-50 CH-4 20L Car Service Online 339439 P 0 P 0
339445 Gandoil TORENO SPORT SAE 5W-30 Full Synthetic 1LT Car Service Online 339445 P 0 P 0
339440 Castrol Crb Multi 15W-40 CI-4, E7 20L Car Service Online 339440 P 0 P 0
339441 Castrol CRB MULTI 20W-50 CH-4 – 5L Car Service Online 339441 P 0 P 0
339446 Gandoil TORENO SPORT SAE 5W-30 Full Synthetic 4LT Car Service Online 339446 P 0 P 0
339447 Gandoil TORENO SPORT SAE 5W-30 Full Synthetic 5LT Car Service Online 339447 P 0 P 0
339449 Gandoil MULTICO SAE 15W-40 Diesel - Gasoline 4LT Car Service Online 339449 P 0 P 0
339689 NIPCO LITHIUM GREASE RS 2 (LITHIUM) 4.5KG Car Service Online 339689 P 0 P 0
339448 Gandoil MULTICO SAE 15W-40 Diesel - Gasoline 1LT Car Service Online 339448 P 0 P 0
339450 Gandoil MULTICO SAE 15W-40 Diesel - Gasoline 5LT Car Service Online 339450 P 0 P 0
339435 Castrol Magnatec 10W-40 A3/B4 1L Car Service Online 339435 P 0 P 0
339442 GAND GOLD SAE 10W-40 Semi Synthetic 4Lt Car Service Online 339442 P 0 P 0
339443 GAND GOLD SAE 10W-40 Semi Synthetic 5Lt Car Service Online 339443 P 0 P 0
339436 Castrol Magnatec 10W-40 A3/B4 5L Car Service Online 339436 P 0 P 0
339451 GAND OIL HENKAR SAE 20w-50 1lt Car Service Online 339451 P 0 P 0
339437 Castrol Edge Titanium FST LL 5W-30 1L Car Service Online 339437 P 0 P 0
339444 Gand Oil SAE 10w-40 Semi Synthetic 1Lt Car Service Online 339444 P 0 P 0
339476 GENUINE OPEL GM MOTOR OIL 5W-30 DEXOS 1 GEN 2 5L Car Service Online 339476 P 0 P 0
339456 TERACT TRATTOR SAE 10W-30 Super Tractor Oil Universal 20LT Car Service Online 339456 P 0 P 0
339550 Gand oil Γράσσο Λευκό Λιθίου XTR LINE 400ml Car Service Online 339550 P 0 P 0
339461 TEXACO ΛΙΠΑΝΤΙΚΟ DELO GOLD ULTRA E 15W-40 20L Car Service Online 339461 P 0 P 0
339454 GANDOIL MULTICO EXTRA PLUS SAE 15W-40 20LT Car Service Online 339454 P 0 P 0
339547 Καθαριστικό καρμπυρατερ 400ml Gand oil Car Service Online 339547 P 0 P 0
339471 GM OPEL 10W40 5 Liter Car Service Online 339471 P 0 P 0
339545 BIO DIESEL FUEL Additive Car Service Online 339545 P 0 P 0
339548 EL-1500 ELECTRIC Contact & Electronic Systems Cleaner 400ml Car Service Online 339548 P 0 P 0
339474 GM OPEL Dexos2 5W30 1 Liter Car Service Online 339474 P 0 P 0
339470 GM OPEL 10W40 1 Liter Car Service Online 339470 P 0 P 0
339544 VALVETEC-2000 ΚΑΘΑΡΙΣΤΙΚΟ ΜΠΕΚ ΚΑΙ ΒΑΛΒΙΔΩΝ Car Service Online 339544 P 0 P 0
339455 Gandoil TERACT PLUS SAE 20W-50 20LT Car Service Online 339455 P 0 P 0
339543 DPF TECH-1000 ΚΑΘΑΡΙΣΤΙΚΟ ΦΙΛΤΡΩΝ DPF Car Service Online 339543 P 0 P 0
339549 ΣΠΡΕΪ ΠΟΛΛΑΠΛΩΝ ΧΡΗΣΕΩΝ LT 60 MULTIPLUS Car Service Online 339549 P 0 P 0
339698 ΛΙΠΑΝΤΙΚΑ NIPCO TRAC-UTTO 10W30 (80W) 20L Car Service Online 339698 P 0 P 0
339472 Genuine Mercedes-Benz High Performance engine oil 5W40 229.5 1L Car Service Online 339472 P 0 P 0
339542 Valvetec-1000 καθαριστικο μπεκ και βαλβίδων 250ml Car Service Online 339542 P 0 P 0
339487 NIPCO MULTILUBE SAE 20W-50 20L Car Service Online 339487 P 0 P 0
339480 GENUINE LUBRICANTS 5 LITERS Toyota 5w30 FE 08880-80845 Car Service Online 339480 P 0 P 0
339475 GENUINE LUBRICANT Mercedes 5W30 1lt 229.51 Car Service Online 339475 P 0 P 0
339688 NIPCO LITHIUM GREASE RS 2 (LITHIUM) 15KG Car Service Online 339688 P 0 P 0
339546 OIL TREATMENT WRP / ΕΝΙΣΧΥΤΙΚΟ ΛΑΔΙΟΥ Car Service Online 339546 P 0 P 0
339687 DIESEL ANTIFREEZE 1L SKYDD MR TIP Car Service Online 339687 P 0 P 0
339690 GLICAR SCREEN WASH -25 (5LTR) Car Service Online 339690 P 0 P 0
339462 TEXACO ΛΙΠΑΝΤΙΚΟ URSA HEAVY DUTY 20W-50 20L Car Service Online 339462 P 0 P 0
339700 VALVOLINI GAND OIL ACTRONIC SAE 75W-90 SYNTHETIC TECHNOLOGY 20L Car Service Online 339700 P 0 P 0
339811 ORLEN PLATINUM ULTOR CG-4 E7 15W40 20L Car Service Online 339811 P 0 P 0
339459 Shell Rimula R6 M 10W-40 20L Car Service Online 339459 P 0 P 0
339473 GENUINE FORD LUBRICANT 10W40 FORMULA 1L Car Service Online 339473 P 0 P 0
339679 SWAG Antifreeze Vag Antifreeze G13 1.5lt Car Service Online 339679 P 0 P 0
339813 Total Rubia Tir 7400 15W-40 20lt Car Service Online 339813 P 0 P 0
339678 SWAG Antifreeze Vag G12 Antifreeze G12 1.5lt Car Service Online 339678 P 0 P 0
339465 VALVOLINE ALL FLEET 20W50 20L Car Service Online 339465 P 0 P 0
339457 shell rimula R4 15W40 20L Car Service Online 339457 P 0 P 0
339477 GENUINE LUBRICANT Toyota 5W-30, 1L/08880-80846 Car Service Online 339477 P 0 P 0
339541 CASTROL MAGNATEC 5W30 A5 5L Car Service Online 339541 P 0 P 0
339489 ORLEN OIL PLATINUM CLASSIC MINERAL 15W-40 4,5L Car Service Online 339489 P 0 P 0
339699 HYDRAULIC OIL GANDOIL PENIO ISO 46 - 68 20L Car Service Online 339699 P 0 P 0
339469 Shell Premium Antifreeze 774C Concentrate 20L Car Service Online 339469 P 0 P 0
339458 Shell Rimula R4 X 20W-50 20lt Car Service Online 339458 P 0 P 0
339482 VALEO Protectiv 50 Αντιψυκτικό / Αντιθερμικό 5L Car Service Online 339482 P 0 P 0
339685 Fuel pump BOSCH TOYOTA 0 580 207 00K Car Service Online 339685 P 0 P 0
339468 Shell Rimula R6 LM 10W-40 20lt Car Service Online 339468 P 0 P 0
339453 GAND OIL HENKAR SAE 20w-50 5lt Car Service Online 339453 P 0 P 0
339730 GAND A.T.F DEXRON IV (+4) SYNTHETIC 20L Car Service Online 339730 P 0 P 0
339731 BALBOLINI GAND OIL SAE 75W140 LS MULTIGEAR 20L Car Service Online 339731 P 0 P 0
339478 ORIGINAL LUBRICANT Mazda Original Oil Ultra 5W-30 5lt Car Service Online 339478 P 0 P 0
339463 ELF PERFORMANCE SUPER D 20W-50(20L) Car Service Online 339463 P 0 P 0
339709 SHOCK ABSORBER SACHS 280371 AMM SUPER T FIAT PUNTO A 280371 Car Service Online 339709 P 0 P 0
339467 VALVOLINE UNITRAC 80W {10W30} 20L Car Service Online 339467 P 0 P 0
339460 SHELL OIL HYDRAULIC S1 M 68 - M 46 20L Car Service Online 339460 P 0 P 0
339808 ΓΡΑΣΣΟ Jasol Grease EP 2 NLGI:2 9KG Car Service Online 339808 P 0 P 0
339464 CASTROL TRANS AXLE EPX 90 1L Car Service Online 339464 P 0 P 0
339806 ΓΡΑΣΣΟ Jasol Grease LT- 43 NLGI:3 9KG Car Service Online 339806 P 0 P 0
339810 Castrol CRB Multi 15W-40 CI-4/E7 208LT Car Service Online 339810 P 0 P 0
339701 MANNOL ATF A PSF 20L Car Service Online 339701 P 0 P 0
339479 MAZDA ORIGINAL OIL ULTRA 5W-30 1L Car Service Online 339479 P 0 P 0
339807 ΓΡΑΣΣΟ Jasol Grease LT 43 NLGI:3 4.5KG Car Service Online 339807 P 0 P 0
339452 GAND OIL HENKAR SAE 20w-50 4lt Car Service Online 339452 P 0 P 0
339729 ENEOS HYPER-MULTI 5W-30 Car Service Online 339729 P 0 P 0
339485 Aral Turboral 20W-50 20L Car Service Online 339485 P 0 P 0
339809 ΓΡΑΣΣΟ Jasol Grease EP 2 NLGI:2 4.5KG Car Service Online 339809 P 0 P 0
339812 Total Tractagri HDX 15W-40 20lt E7,E5 CI4 CH4\SJ Car Service Online 339812 P 0 P 0
339484 Aral Turboral 15W-40 20L Car Service Online 339484 P 0 P 0
339483 VALEO PROTECTIV 100 Αντιψυκτική προστασία G12 κίτρινο, 1l, -38(50/50) Car Service Online 339483 P 0 P 0
339466 Valvoline All Fleet Extra 15W-40 20lt Car Service Online 339466 P 0 P 0
339486 Elf Evolution 700 STI 10W-40 4L Car Service Online 339486 P 0 P 0
339488 MANNOL TS-2 SHPD 20W-50 20L Car Service Online 339488 P 0 P 0
339481 SWAG Αντιψυκτικό G12 Κόκκινο 1.5lt Car Service Online 339481 P 0 P 0