SELECT 
  video_id 
FROM 
  cscart_cp_video_product_links 
WHERE 
  product_id = 69361 
  AND type = 'I' 
  AND is_main_img = 'Y'

Query time 0.00224

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.55"
    },
    "table": {
      "table_name": "cscart_cp_video_product_links",
      "access_type": "ref",
      "possible_keys": [
        "PRIMARY",
        "idx_product_type_position"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id"
      ],
      "key_length": "4",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 0,
      "filtered": "1.67",
      "cost_info": {
        "read_cost": "0.25",
        "eval_cost": "0.01",
        "prefix_cost": "0.55",
        "data_read_per_join": "1"
      },
      "used_columns": [
        "video_id",
        "product_id",
        "type",
        "is_main_img"
      ],
      "attached_condition": "((`cscart_db`.`cscart_cp_video_product_links`.`type` = 'I') and (`cscart_db`.`cscart_cp_video_product_links`.`is_main_img` = 'Y'))"
    }
  }
}