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 (
    122, 121, 120, 119, 118, 117, 116, 114, 
    113, 112
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00133

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "86.36"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "39.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 39,
            "rows_produced_per_join": 39,
            "filtered": "100.00",
            "index_condition": "((`wearethehelpful_scalesta_net`.`cscart_images_links`.`object_type` = 'blog') and (`wearethehelpful_scalesta_net`.`cscart_images_links`.`type` = 'M') and (`wearethehelpful_scalesta_net`.`cscart_images_links`.`object_id` in (122,121,120,119,118,117,116,114,113,112)))",
            "cost_info": {
              "read_cost": "16.16",
              "eval_cost": "3.90",
              "prefix_cost": "20.06",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 39,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.75",
              "eval_cost": "3.90",
              "prefix_cost": "33.71",
              "data_read_per_join": "29K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 39,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.75",
              "eval_cost": "3.90",
              "prefix_cost": "47.36",
              "data_read_per_join": "23K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

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
11236 Best_Gifts_for_rest_blog.png 500 500 N 9454 112 blog 0 M 0 11236
11254 Rest_inspired_gift_ideas_blog.png 500 500 N 9472 113 blog 0 M 0 11254
11255 Revivre_blog_image.png 500 500 N 9473 114 blog 0 M 0 11255
11394 Meet_Katie,_dot_-_blog.png 500 500 N 9612 116 blog 0 M 0 11394
11395 The_Power_of_Routine_Blog_Post.png 500 500 N 9613 117 blog 0 M 0 11395
11419 Screen_Shot_2025-05-12_at_12.13.57_pm.png 991 998 N 9639 118 blog 0 M 0 11419
11445 A_New_Way_to_Gift_Showing_Up_for_Women_in_the_Moments_That_Matter_blog_image_We_are_The_Helpful.png 500 500 N 9670 119 blog 0 M 0 11445
11446 Meet_Becky,_Aligned_Services_we_are_The_helpful_blog.png 500 500 N 9671 120 blog 0 M 0 11446
11448 Why_I'm_putting_comparison_in_the_bin.png 500 500 N 9673 121 blog 0 M 0 11448
11449 Meet_Gill,_Founder_à€ile_holistic_blog.png 500 500 N 9674 122 blog 0 M 0 11449