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

Query time 0.00054

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
27171 201384 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_9a704ead6e45_processed_lot_78906_20151110120004_IMG_0348__1__0.JPG.jpg 201403 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_a75bdd605e88_processed_lot_78906_20151110120004_IMG_0348__1__0.JPG.webp 201413 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_c61752a5813d_processed_lot_78906_20151110120004_IMG_0348__1__0.JPG.webp
27171 201423 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_674dcd7d8801_processed_lot_78906_20151110120021_IMG_0347__1__0.JPG.jpg 201433 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_f5cf80fa361d_processed_lot_78906_20151110120021_IMG_0347__1__0.JPG.webp 201439 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_2f59fd1c16da_processed_lot_78906_20151110120021_IMG_0347__1__0.JPG.webp
27171 201445 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_c64c1dc29322_processed_lot_78906_20151110120035_IMG_0349_1.JPG.jpg 201459 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_3c93835591ab_processed_lot_78906_20151110120035_IMG_0349_1.JPG.webp 201468 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_8cf82e39d72f_processed_lot_78906_20151110120035_IMG_0349_1.JPG.webp
27171 201474 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_5fc7adc12fe1_processed_lot_78906_20151110120051_IMG_0350_1.JPG.jpg 201487 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_692e7cd00254_processed_lot_78906_20151110120051_IMG_0350_1.JPG.webp 201495 https://s3.timeweb.cloud/482029f9-prod/products__images/27171_52bac088f01d_processed_lot_78906_20151110120051_IMG_0350_1.JPG.webp