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` = 26580

Query time 0.00165

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
26580 325196 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_9e6ea2616954_processed_lot_98774_20170829111459_IMG_2462-min.jpg.jpg 325200 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_311388dfb8e2_processed_lot_98774_20170829111459_IMG_2462-min.jpg.webp 325204 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_22890ae4b3be_processed_lot_98774_20170829111459_IMG_2462-min.jpg.webp
26580 325206 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_60796a358e5d_processed_lot_98774_20170829111523_IMG_2463-min.jpg.jpg 325210 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_38a97888bb8d_processed_lot_98774_20170829111523_IMG_2463-min.jpg.webp 325213 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_b270ce1143e4_processed_lot_98774_20170829111523_IMG_2463-min.jpg.webp
26580 325216 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_585e93a141a5_processed_lot_98774_20170829111549_Ural-Next-Truck.jpg.jpg 325220 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_dea370ef1303_processed_lot_98774_20170829111549_Ural-Next-Truck.jpg.webp 325224 https://s3.timeweb.cloud/482029f9-prod/products__images/26580_6c034efc7c6f_processed_lot_98774_20170829111549_Ural-Next-Truck.jpg.webp