SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.image_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 = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (64932, 61051, 61213, 62020) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00085

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": 43,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64932,61051,61213,62020)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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": ["cscart_migrate.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 = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
63103 64932 product 0 75336 A 0 D 0 0
63104 64932 product 0 75337 A 0 D 0 0
64794 61213 product 0 77027 A 0 D 0 0
14077 61051 product 0 24858 A 1 D 0 0
47762 64932 product 0 59995 A 1 D 0 0
64788 62020 product 0 77021 A 1 D 0 0
64801 61213 product 0 77034 A 1 D 0 0
19203 62020 product 0 30915 A 2 D 0 0
47763 64932 product 0 59996 A 2 D 0 0
64799 61213 product 0 77032 A 2 D 0 0
19332 62020 product 0 31054 A 3 D 0 0
63102 64932 product 0 75335 A 3 D 0 0
64795 61213 product 0 77028 A 3 D 0 0
29696 62020 product 0 41919 A 4 D 0 0
47761 64932 product 0 59994 A 4 D 0 0
14079 61051 product 0 24860 A 5 D 0 0
52286 61213 product 0 64519 A 5 C 0 0
63101 64932 product 0 75334 A 5 D 0 0
65380 64932 product 0 77613 A 5 C 0 0
66678 64932 product 0 78911 A 5 C 0 0
66679 64932 product 0 78912 A 5 C 0 0
66681 64932 product 0 78914 A 5 C 0 0
51994 61051 product 0 64227 A 6 C 0 0
59376 61213 product 0 71609 A 6 C 0 0
47354 61213 product 0 59587 A 7 C 0 0
63698 61051 product 0 75931 A 7 C 0 0
64060 61051 product 0 76293 A 8 C 0 0
63699 61051 product 0 75932 A 9 C 0 0
64281 62020 product 0 76514 A 9 C 0 0
60311 61051 product 0 72544 A 10 C 0 0
60310 61051 product 0 72543 A 11 C 0 0
50307 62020 product 0 62540 A 12 C 0 0
58283 61051 product 0 70516 A 12 C 0 0
28314 61051 product 0 40507 A 13 C 0 0
63360 62020 product 0 75593 A 13 C 0 0
32490 61051 product 0 44723 A 14 C 0 0
59192 62020 product 0 71425 A 14 C 0 0
30965 62020 product 0 43198 A 15 C 0 0
51995 61051 product 0 64228 A 15 C 0 0
30267 61051 product 0 42490 A 16 C 0 0
32489 61051 product 0 44722 A 17 C 0 0
60313 61051 product 0 72546 A 18 C 0 0
58960 61051 product 0 71193 A 19 C 0 0