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 (60726, 60732, 60736, 60742) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00064

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": 38,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (60726,60732,60736,60742)"
        }
      }
    },
    "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
33590 60726 product 0 45823 A 0 D 0 0
33624 60742 product 0 45857 A 0 D 0 0
61193 60732 product 0 73426 A 0 D 0 0
62331 60736 product 0 74564 A 0 D 0 0
56382 60726 product 0 68615 A 1 D 0 0
61182 60742 product 0 73415 A 1 D 0 0
61732 60732 product 0 73965 A 1 C 0 0
62332 60736 product 0 74565 A 1 D 0 0
56389 60726 product 0 68622 A 2 D 0 0
57279 60732 product 0 69512 A 2 C 0 0
62333 60736 product 0 74566 A 2 D 0 0
64761 60742 product 0 76994 A 2 D 0 0
33721 60742 product 0 45954 A 3 D 0 0
57234 60726 product 0 69467 A 3 C 0 0
64294 60736 product 0 76527 A 3 C 0 0
58542 60726 product 0 70775 A 4 C 0 0
64124 60736 product 0 76357 A 4 C 0 0
67566 60742 product 0 79799 A 4 C 0 0
33605 60736 product 0 45838 A 5 C 0 0
61717 60726 product 0 73950 A 5 C 0 0
33589 60726 product 0 45822 A 6 C 0 0
57391 60736 product 0 69624 A 6 C 0 0
65620 60742 product 0 77853 A 6 C 0 0
57392 60736 product 0 69625 A 7 C 0 0
60373 60742 product 0 72606 A 7 C 0 0
33677 60742 product 0 45910 A 8 C 0 0
37852 60736 product 0 50085 A 8 C 0 0
51992 60726 product 0 64225 A 8 C 0 0
56050 60726 product 0 68283 A 9 C 0 0
58294 60742 product 0 70527 A 9 C 0 0
56385 60726 product 0 68618 A 10 C 0 0
57393 60742 product 0 69626 A 10 C 0 0
56111 60726 product 0 68344 A 11 C 0 0
66750 60742 product 0 78983 A 11 C 0 0
33588 60726 product 0 45821 A 12 C 0 0
59977 60726 product 0 72210 A 13 C 0 0
60031 60726 product 0 72264 A 14 C 0 0
60032 60726 product 0 72265 A 15 C 0 0