SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_id AS images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'ru' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (348, 441, 1506, 987, 446, 438) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00151

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 13,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (348,441,1506,987,446,438)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["noframes_kz_new.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["noframes_kz_new.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'ru' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

image_id image_path image_x image_y is_high_res rf_original pair_id object_id object_type detailed_id type position alt images_image_id
0 73618f98cb1c81138c69f699189da7b8.jpg 1280 992 N 4099 438 product 2307 A 1 2307
0 d2ee91bb9d899fd689e11208db3d41a8.jpg 3448 3792 N 4120 441 product 2328 A 1 2328
0 39fac54eb97b497cda0a7c6612836a5c.jpg 726 484 N 4208 446 product 2416 A 1 2416
0 abitare_col._16.jpg 1280 853 N 5781 987 product 3990 A 1 3990
0 d0bf06ffd26ee54ca945b171c4b1c9d5.jpg 3440 5136 N 4100 438 product 2308 A 2 2308
0 145d8ca768db56cc7960d6781ac1f09e.jpg 1280 853 N 4118 441 product 2326 A 2 2326
0 11f5ec6e7b0d5cf81589dee15c29624f.jpg 736 949 N 4209 446 product 2417 A 2 2417
0 0e644958c8be4e4dccac0fba002c5a07.jpg 3894 3089 N 4101 438 product 2309 A 3 2309
0 30dee836c7a53d98326ca8d0a3892c9d.jpg 6000 4000 N 4119 441 product 2327 A 3 2327
0 terrazzo_1_nag3-ys.jpg 6240 4375 N 5750 446 product 3959 A 3 3959
0 33_psf4-3f.jpg 560 400 N 5975 1506 product 4184 A 3 4184
0 38dd7e66731b8f2c18bcd7c098f91064.jpg 3234 3918 N 4102 438 product 2310 A 4 2310
0 9a9dadff5f1afa003eaf5ea4da673bbf.jpg 3141 2741 N 4121 441 product 2329 A 4 2329
0 terrazzo_2.jpg 6720 4480 N 5716 446 product 3925 A 4 3925
0 d0e2418d1ced6c31d018f9584c1dd4ba.jpg 6000 4000 N 4122 441 product 2330 A 5 2330
0 terrazzo3_528f-at.jpg 6720 4480 N 5717 446 product 3926 A 5 3926
0 9ebe6c6b71b6225b05e76041a920e599.jpg 3720 4968 N 4123 441 product 2331 A 6 2331
0 d46ed8e9096321c01fee7a8dda5e57d2.jpg 3808 5056 N 4124 441 product 2332 A 7 2332
0 2_lvkm-3h.jpg 1340 895 N 2_lvkm-3h.jpg 10748 348 product 8955 A 8 8955
0 carrara_2.jpg 1340 893 N carrara_2.jpg 10749 348 product 8956 A 9 8956
0 carrara_3.jpg 1340 893 N carrara_3.jpg 10750 348 product 8957 A 10 8957