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.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 = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    '4754', '4745', '4760', '4747', '4746', 
    '4748', '4903', '4759', '5062', '4756', 
    '4307', '4757', '4755', '4758', '5032', 
    '5031'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00072

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": 16,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('4754','4745','4760','4747','4746','4748','4903','4759','5062','4756','4307','4757','4755','4758','5032','5031')"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["rfswire_cart.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": ["rfswire_cart.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_path alt image_x image_y images_image_id
8282 4759 product 0 15333 M 0 motorola-rln6434a.png 571 800 15333
8294 4748 product 0 15345 M 0 motorola-rln5382c.png 568 800 15345
8356 4754 product 0 15407 M 0 motorola-pmln6716-1.png 549 800 15407
8489 4307 product 0 15540 M 0 motorola-nntn8527a.png 528 800 15540
8514 4747 product 0 15565 M 0 motorola-nntn8045a.png 652 800 15565
8515 4758 product 0 15566 M 0 motorola-nntn7687a.png 800 750 15566
8516 4757 product 0 15567 M 0 motorola-nntn7686a.png 800 750 15567
8517 4746 product 0 15568 M 0 motorola-nntn7677a.png 537 800 15568
8518 4756 product 0 15569 M 0 motorola-nntn7624b.png 800 640 15569
8520 4755 product 0 15571 M 0 motorola-nntn7593a.png 800 532 15571
8521 4745 product 0 15572 M 0 motorola-nntn7392a-1.png 800 532 15572
8532 4760 product 0 15583 M 0 motorola-nln7967a.png 800 532 15583
8588 4903 product 0 15639 M 0 motorola-25012022001.jpg 800 800 15639
9358 5032 product 0 16411 M 0 NNTN8860-3.jpg 324 324 16411
9994 5031 product 0 17056 M 0 NNTN8844A.jpg 1000 1000 17056