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 (61070, 61074, 61080, 61083) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00060

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": 45,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (61070,61074,61080,61083)"
        }
      }
    },
    "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
36998 61080 product 0 49231 A 0 D 0 0
42439 61070 product 0 54672 A 0 D 0 0
64044 61083 product 0 76277 A 0 D 0 0
64219 61074 product 0 76452 A 0 D 0 0
39608 61083 product 0 51841 A 1 D 0 0
64208 61070 product 0 76441 A 1 D 0 0
64215 61080 product 0 76448 A 1 D 0 0
64220 61074 product 0 76453 A 1 D 0 0
18735 61083 product 0 30413 A 2 D 0 0
36997 61080 product 0 49230 A 2 D 0 0
39617 61070 product 0 51850 A 2 D 0 0
64223 61074 product 0 76456 A 2 D 0 0
39615 61070 product 0 51848 A 3 D 0 0
64043 61083 product 0 76276 A 3 D 0 0
64214 61080 product 0 76447 A 3 D 0 0
64222 61074 product 0 76455 A 3 D 0 0
18741 61074 product 0 30419 A 4 D 0 0
37000 61080 product 0 49233 A 4 D 0 0
39607 61083 product 0 51840 A 4 D 0 0
64205 61070 product 0 76438 A 4 D 0 0
14422 61083 product 0 25273 A 5 D 0 0
36999 61080 product 0 49232 A 5 D 0 0
64206 61070 product 0 76439 A 5 D 0 0
64221 61074 product 0 76454 A 5 D 0 0
14230 61080 product 0 25025 A 6 D 0 0
18736 61083 product 0 30414 A 6 D 0 0
28585 61074 product 0 40784 A 6 C 0 0
64207 61070 product 0 76440 A 6 D 0 0
50702 61070 product 0 62935 A 7 C 0 0
60293 61080 product 0 72526 A 7 C 0 0
64042 61083 product 0 76275 A 7 D 0 0
64224 61074 product 0 76457 A 7 D 0 0
14424 61083 product 0 25275 A 8 C 0 0
50703 61070 product 0 62936 A 8 C 0 0
61837 61080 product 0 74070 A 8 C 0 0
50704 61070 product 0 62937 A 9 C 0 0
60292 61080 product 0 72525 A 9 C 0 0
40823 61070 product 0 53056 A 10 C 0 0
60294 61080 product 0 72527 A 10 C 0 0
20472 61070 product 0 32295 A 11 C 0 0
46019 61080 product 0 58252 A 11 C 0 0
32449 61070 product 0 44682 A 12 C 0 0
46020 61080 product 0 58253 A 12 C 0 0
46280 61070 product 0 58513 A 13 C 0 0
46281 61070 product 0 58514 A 14 C 0 0