SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 = 'blog' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    78, 74, 73, 72, 71, 60, 61, 62, 63, 64, 65, 
    66, 67, 68, 69, 70, 59, 58, 55, 56, 52, 
    53, 54, 50, 51, 49, 47, 48, 10, 9, 8
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.156750778,
    "nested_loop": [
      {
        "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"],
              "loops": 1,
              "rows": 34,
              "cost": 0.06675,
              "filtered": 100,
              "index_condition": "cscart_images_links.object_type = 'blog' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (78,74,73,72,71,60,61,62,63,64,65,66,67,68,69,70,59,58,55,56,52,53,54,50,51,49,47,48,10,9,8)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_images",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["image_id"],
          "ref": ["u985510652_ecartify_dev.cscart_images_links.image_id"],
          "loops": 34,
          "rows": 1,
          "cost": 0.03368776,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "cscart_common_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "108",
          "used_key_parts": ["object_id", "lang_code", "object_holder"],
          "ref": [
            "u985510652_ecartify_dev.cscart_images.image_id",
            "const",
            "const"
          ],
          "loops": 34,
          "rows": 1,
          "cost": 0.03450696,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
        }
      }
    ]
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
1072 image.png 648 410 N 951 10 blog 0 M 0 1072
1073 image_s7nd-av.png 648 410 N 952 9 blog 0 M 0 1073
1074 image_48cs-ht.png 648 410 N 953 8 blog 0 M 0 1074
1072 image.png 648 410 N 1051 10 blog 0 M 0 1072
1073 image_s7nd-av.png 648 410 N 1052 9 blog 0 M 0 1073
1074 image_48cs-ht.png 648 410 N 1053 8 blog 0 M 0 1074
12847 image.png 1040 1138 N 10817 47 blog 0 M 0 12847
12848 image_z2tu-d8.png 648 410 N 10818 48 blog 0 M 0 12848
12885 Xero-Accounting-Integration.png 827 363 N 10887 52 blog 0 M 0 12885
12886 AI-Agent-_-Chatbot.png 827 363 N 10888 53 blog 0 M 0 12886
12887 Business-WhatsApp-Report.png 827 363 N 10889 54 blog 0 M 0 12887
12888 Universal-AI-Agent.png 827 363 N 10890 50 blog 0 M 0 12888
12889 AI-Creator.png 827 363 N 10891 55 blog 0 M 0 12889