SELECT 
  PI.product_id, 
  F1.id AS file_id, 
  F1.path AS file, 
  (
    SELECT 
      PI1.alt 
    FROM 
      `cscart_products__images` PI1 
    WHERE 
      PI1.original_file_id = F1.id
  ) AS file_alt, 
  F2.id AS big_file_id, 
  F2.path AS big_file, 
  (
    SELECT 
      PI2.alt 
    FROM 
      `cscart_products__images` PI2 
    WHERE 
      PI2.watermark_big_file_id = F2.id
  ) AS big_file_alt, 
  F3.id AS small_file_id, 
  F3.path AS small_file, 
  (
    SELECT 
      PI3.alt 
    FROM 
      `cscart_products__images` PI3 
    WHERE 
      PI3.watermark_small_file_id = F3.id
  ) AS small_file_alt 
FROM 
  `cscart_products__images` AS `PI` 
  LEFT JOIN `files` AS `F1` ON `F1`.`id` = `PI`.`original_file_id` 
  LEFT JOIN `files` AS `F2` ON `F2`.`id` = `PI`.`watermark_big_file_id` 
  LEFT JOIN `files` AS `F3` ON `F3`.`id` = `PI`.`watermark_small_file_id` 
WHERE 
  `PI`.`product_id` = 26998

Query time 0.00207

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
26998 338721 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_d810a3c44f82_processed_lot_86766_20160614142046_untitled-7974.jpg.jpg 338770 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_9c31cf2f8586_processed_lot_86766_20160614142046_untitled-7974.jpg.webp 338772 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_0d047ffc9a67_processed_lot_86766_20160614142046_untitled-7974.jpg.webp
26998 338774 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_442970d81f74_processed_lot_86766_20160614142102_untitled-7979.jpg.jpg 338778 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_0eaeb4b70189_processed_lot_86766_20160614142102_untitled-7979.jpg.webp 338789 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_6d8843fd99e8_processed_lot_86766_20160614142102_untitled-7979.jpg.webp
26998 338791 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_7a4afd30b144_processed_lot_86766_20160614142106_untitled-8004.jpg.jpg 338794 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_34f05dc82819_processed_lot_86766_20160614142106_untitled-8004.jpg.webp 338798 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_cdef06814eb0_processed_lot_86766_20160614142106_untitled-8004.jpg.webp
26998 338800 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_e5a8cdb25766_processed_lot_86766_20160614142110_untitled-8148.jpg.jpg 338802 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_4d9961203cb1_processed_lot_86766_20160614142110_untitled-8148.jpg.webp 338804 https://s3.timeweb.cloud/482029f9-prod/products__images/26998_e09b1fc80f12_processed_lot_86766_20160614142110_untitled-8148.jpg.webp