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

Query time 0.00183

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
25664 283794 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_9f5ba12492bb_processed_lot_81207_20180126084323_oooaba.ru_6957_new_1.jpg.jpg 283801 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_86b877047ad6_processed_lot_81207_20180126084323_oooaba.ru_6957_new_1.jpg.webp 283803 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_05f6f8bb4058_processed_lot_81207_20180126084323_oooaba.ru_6957_new_1.jpg.webp
25664 283806 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_0ba7f83e9d9a_processed_lot_81207_20180126084334_oooaba.ru_6957_new_2.jpg.jpg 283812 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_3d344695ea29_processed_lot_81207_20180126084334_oooaba.ru_6957_new_2.jpg.webp 283819 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_07198273aa54_processed_lot_81207_20180126084334_oooaba.ru_6957_new_2.jpg.webp
25664 283824 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_f4926d9a8419_processed_lot_81207_20180126084351_oooaba.ru_6957_new_14.jpg.jpg 283831 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_cf077d7253f4_processed_lot_81207_20180126084351_oooaba.ru_6957_new_14.jpg.webp 283835 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_dd7b452983b9_processed_lot_81207_20180126084351_oooaba.ru_6957_new_14.jpg.webp
25664 283838 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_0b1d5dd868b9_processed_lot_81207_20180126084400_oooaba.ru_6957_new_8.jpg.jpg 283845 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_b6ddc46e419e_processed_lot_81207_20180126084400_oooaba.ru_6957_new_8.jpg.webp 283849 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_e7dc24f31eec_processed_lot_81207_20180126084400_oooaba.ru_6957_new_8.jpg.webp
25664 283854 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_2abb47f0f18c_processed_lot_81207_20180126084412_oooaba.ru_6957_new_18.jpg.jpg 283861 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_3947117a0e6c_processed_lot_81207_20180126084412_oooaba.ru_6957_new_18.jpg.webp 283865 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_b430f41dbd31_processed_lot_81207_20180126084412_oooaba.ru_6957_new_18.jpg.webp
25664 283869 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_cc46d3b70b78_processed_lot_81207_20180126084424_oooaba.ru_6957_new_13.jpg.jpg 283877 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_0b7ba3f391ed_processed_lot_81207_20180126084424_oooaba.ru_6957_new_13.jpg.webp 283880 https://s3.timeweb.cloud/482029f9-prod/products__images/25664_093770d21a6e_processed_lot_81207_20180126084424_oooaba.ru_6957_new_13.jpg.webp