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 (64466, 64899, 61960, 64870) 
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": 44,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64466,64899,61960,64870)"
        }
      }
    },
    "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
29490 61960 product 0 41710 A 0 D 0 0
31205 64466 product 0 43438 A 0 D 0 0
48115 64899 product 0 60348 A 0 D 0 0
48136 64870 product 0 60369 A 0 D 0 0
19053 61960 product 0 30760 A 1 D 0 0
31210 64466 product 0 43443 A 1 D 0 0
48116 64899 product 0 60349 A 1 D 0 0
48140 64870 product 0 60373 A 1 D 0 0
19095 61960 product 0 30802 A 2 D 0 0
31204 64466 product 0 43437 A 2 D 0 0
48119 64899 product 0 60352 A 2 D 0 0
31208 64466 product 0 43441 A 3 D 0 0
31685 61960 product 0 43918 A 3 D 0 0
48120 64899 product 0 60353 A 3 D 0 0
48139 64870 product 0 60372 A 3 D 0 0
31687 61960 product 0 43920 A 4 D 0 0
48141 64870 product 0 60374 A 4 D 0 0
48173 64899 product 0 60406 A 4 D 0 0
31686 61960 product 0 43919 A 5 D 0 0
48117 64899 product 0 60350 A 5 D 0 0
48138 64870 product 0 60371 A 5 D 0 0
67473 64870 product 0 79706 A 5 C 0 0
67474 64870 product 0 79707 A 5 C 0 0
31690 61960 product 0 43923 A 6 D 0 0
48121 64899 product 0 60354 A 6 D 0 0
68668 64899 product 0 80901 A 6 C 0 0
60011 61960 product 0 72244 A 7 C 0 0
63669 61960 product 0 75902 A 8 C 0 0
31693 61960 product 0 43926 A 9 C 0 0
32997 61960 product 0 45230 A 10 C 0 0
31993 61960 product 0 44226 A 11 C 0 0
32094 61960 product 0 44327 A 12 C 0 0
31992 61960 product 0 44225 A 13 C 0 0
32325 61960 product 0 44558 A 14 C 0 0
56024 61960 product 0 68257 A 15 C 0 0
56021 61960 product 0 68254 A 16 C 0 0
33213 61960 product 0 45446 A 17 C 0 0
32095 61960 product 0 44328 A 18 C 0 0
66459 61960 product 0 78692 A 19 C 0 0
33217 61960 product 0 45450 A 20 C 0 0
48873 61960 product 0 61106 A 21 C 0 0
48874 61960 product 0 61107 A 22 C 0 0
64878 61960 product 0 77111 A 23 C 0 0
67213 61960 product 0 79446 A 24 C 0 0